You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
500 B
43 lines
500 B
# ----------------------------
|
|
# --- GIT ignore ---
|
|
# ----------------------------
|
|
|
|
# Untracked general purpose files:
|
|
.project
|
|
.sass-cache
|
|
.settings
|
|
.jscsrc
|
|
*.sublime-*
|
|
*.seed
|
|
*.log
|
|
*.csv
|
|
*.dat
|
|
*.out
|
|
*.pid
|
|
*.gz
|
|
*.bck
|
|
*.tmp
|
|
*.orig
|
|
/npm-debug.log
|
|
|
|
# Untracked tmp files
|
|
# For Mac
|
|
.DS_Store
|
|
|
|
# Untracked general purpose directories:
|
|
.idea
|
|
lib-cov
|
|
pids
|
|
logs
|
|
doc
|
|
jsdoc
|
|
publish
|
|
dist
|
|
target
|
|
tmp
|
|
temp
|
|
/node_modules
|
|
|
|
# Untracked application files and directories:
|
|
/app/bower-components
|
|
test/results
|