Skip to content

Instantly share code, notes, and snippets.

@guillermoroblesjr
Created July 7, 2015 21:04
Show Gist options
  • Save guillermoroblesjr/281933bf2ccb9a814b08 to your computer and use it in GitHub Desktop.
Save guillermoroblesjr/281933bf2ccb9a814b08 to your computer and use it in GitHub Desktop.
Serious .gitignore file
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