mirror of
https://github.com/github/gitignore
synced 2025-02-21 18:09:09 +01:00
22 lines
774 B
Plaintext
22 lines
774 B
Plaintext
![]() |
# 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
|