Create MadcapFlare.gitignore

Added a .gitignore file for Madcap Flare projects. Madcap Flare is used for technical documentation purposes.
This commit is contained in:
Mayur Agrawal 2023-12-13 12:34:44 +05:30 committed by GitHub
parent 4488915eec
commit 52eeae623c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# gitignore template for Madcap Flare projects
# website: https://www.madcapsoftware.com/products/flare/
#
# Recommended: madcapflare.gitignore
######################################################################################
# Placing a # in front of any of the items listed below (e.g., # /Project/Users) will
# allow these items to be pushed to your Git repository. Keep in mind the more files
# you push to your repository, the more your performance may be affected.
######################################################################################
# Ignore auto-generated MadCap folders for output and analysis
/Output
/Analyzer
/FileSync
# Ignore auto-generated MadCap files for users
/Project/Users
# Ignore any residual svn folder
/.svn
**/Thumbs.db