mirror of
https://github.com/github/gitignore
synced 2024-11-30 07:34:22 +01:00
4ff44371d7
added sencha touch 2 ignore files
36 lines
526 B
Plaintext
36 lines
526 B
Plaintext
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
#
|
|
# If you find yourself ignoring temporary files generated by your text editor
|
|
# or operating system, you probably want to add a global ignore instead:
|
|
# git config --global core.excludesfile ~/.gitignore_global
|
|
|
|
log/*
|
|
public/assets
|
|
tmp
|
|
.project
|
|
.bundle
|
|
.idea
|
|
.gems
|
|
|
|
# OS generated files #
|
|
######################
|
|
.DS_Store*
|
|
ehthumbs.db
|
|
Icon?
|
|
Thumbs.db
|
|
lib-cov
|
|
*.seed
|
|
*.log
|
|
*.csv
|
|
*.dat
|
|
*.out
|
|
*.pid
|
|
*.gz
|
|
|
|
pids
|
|
logs
|
|
results
|
|
|
|
npm-debug.log
|
|
node_modules
|