xenia-canary/.gitignore

73 lines
1.4 KiB
Plaintext
Raw Normal View History

# ==============================================================================
# Misc system junk
# ==============================================================================
.DS_Store
._*
.Spotlight-V100
.Trashes
.com.apple.*
Thumbs.db
Desktop.ini
2014-01-21 07:03:06 +00:00
.svn
# ==============================================================================
# Projects/IDE files
# ==============================================================================
# Sublime Text
*.sublime-project
*.sublime-workspace
# VIM
.*.sw[a-z]
*.un~
Session.vim
# TextMate
*.tmproj
*.tmproject
tmtags
# Eclipse
.project
.metadata
# WebStorm
.idea
# ==============================================================================
# Temp generated code
# ==============================================================================
*.py[co]
.coverage
# ==============================================================================
# Logs and dumps
# ==============================================================================
npm-debug.log
private/
# ==============================================================================
# Build system output
# ==============================================================================
# npm/node
.lock-wscript
node_modules/
node_modules/**/build/
node_modules/.bin/
# coverage/etc
scratch/
.anvil-cache
.build-cache/
build/
build-out/
build-gen/
build-bin/
build-test/