Created
July 7, 2015 21:04
-
-
Save guillermoroblesjr/281933bf2ccb9a814b08 to your computer and use it in GitHub Desktop.
Serious .gitignore file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node_modules/ | |
bower_components/ | |
*.log | |
build/ | |
dist/ | |
########################################################## | |
# ignore everything inside this directory | |
/CONFIRMATIONS_ScriptPerformance/* | |
########################################################## | |
# do not ignore any child directory | |
!/CONFIRMATIONS_ScriptPerformance/*/ | |
# ignore everything inside this directory | |
/CONFIRMATIONS_ScriptPerformance/*/* | |
# do not ignore any child directory | |
!/CONFIRMATIONS_ScriptPerformance/*/*/ | |
# ignore everything inside this directory | |
/CONFIRMATIONS_ScriptPerformance/*/*/* | |
# do not ignore any child directory | |
!/CONFIRMATIONS_ScriptPerformance/*/*/*/ | |
# ignore everything inside this directory | |
/CONFIRMATIONS_ScriptPerformance/*/*/*/* | |
# do not ignore any child directory | |
!/CONFIRMATIONS_ScriptPerformance/*/*/*/*/ | |
# ignore everything inside this directory | |
/CONFIRMATIONS_ScriptPerformance/*/*/*/*/* | |
# do not ignore any child directory | |
!/CONFIRMATIONS_ScriptPerformance/*/*/*/*/*/ | |
# ignore everything inside this directory | |
/CONFIRMATIONS_ScriptPerformance/*/*/*/*/*/* | |
# do not ignore any child directory | |
!/CONFIRMATIONS_ScriptPerformance/*/*/*/*/*/ | |
# ignore everything inside this directory | |
/CONFIRMATIONS_ScriptPerformance/*/*/*/*/*/* | |
########################################################## | |
## do not ignore any child directory | |
#!/CONFIRMATIONS_ScriptPerformance/*/**/ | |
## ignore everything inside this directory | |
#/CONFIRMATIONS_ScriptPerformance/*/**/* | |
# ignore this directory | |
/CONFIRMATIONS_ScriptPerformance/*/**/.*/ | |
########################################################## | |
# do not ignore any of these files | |
!/CONFIRMATIONS_ScriptPerformance/*/**/*.html | |
!/CONFIRMATIONS_ScriptPerformance/*/**/*.css | |
!/CONFIRMATIONS_ScriptPerformance/*/**/*.js | |
!/CONFIRMATIONS_ScriptPerformance/*/**/*.json | |
!/CONFIRMATIONS_ScriptPerformance/*/**/*.jshintrc | |
!/CONFIRMATIONS_ScriptPerformance/*/**/*.less | |
!/CONFIRMATIONS_ScriptPerformance/*/**/*.sass | |
!/CONFIRMATIONS_ScriptPerformance/**/img/* | |
!/CONFIRMATIONS_ScriptPerformance/**/images/* | |
########################################################## | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment