Created
March 10, 2017 18:34
-
-
Save jbtronics/9aaedabde98e9aaf6179ef9c4a26fa15 to your computer and use it in GitHub Desktop.
This file contains 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
# more .gitignore files are in: | |
# - data/ | |
# - data/backup/ | |
# - data/log/ | |
# - data/media/ | |
# - documentation/dokuwiki/cache/ | |
# - documentation/dokuwiki/tmp/ | |
# ignore Doxygen builds | |
development/doxygen/html/ | |
# ignore IDE project files | |
*.geany | |
########################################################################### | |
# From https://github.com/github/gitignore | |
########################################################################### | |
# Archives | |
*.7z | |
*.jar | |
*.rar | |
*.zip | |
*.gz | |
*.bzip | |
*.bz2 | |
*.xz | |
*.lzma | |
*.iso | |
*.tar | |
# Eclipse | |
.project | |
.metadata | |
# Logs | |
*.log | |
# OS generated files | |
.DS_Store | |
.DS_Store? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
ehthumbs.db | |
Thumbs.db | |
Desktop.ini | |
# NetBeans | |
nbproject/private/ | |
nbproject/ | |
build/ | |
nbbuild/ | |
dist/ | |
nbdist/ | |
nbactions.xml | |
nb-configuration.xml | |
# Visual Studio | |
*.suo | |
*.user | |
*.userosscache | |
*.sln.docstates | |
*.vcxproj.filters | |
# Visual Studio 2015 cache/options directory | |
.vs/ | |
*.tmp | |
*.tmp_proj | |
*.log | |
*.vspscc | |
*.vssscc | |
.builds | |
# Web workbench (sass) | |
.sass-cache/ | |
# PHPStorm | |
.idea/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment