mirror of
https://github.com/github/gitignore
synced 2024-11-30 07:34:22 +01:00
Update Node.gitignore
added sencha touch 2 ignore files
This commit is contained in:
parent
0aeefb48c0
commit
4ff44371d7
@ -1,3 +1,23 @@
|
||||
# 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
|
||||
@ -12,4 +32,4 @@ logs
|
||||
results
|
||||
|
||||
npm-debug.log
|
||||
node_modules
|
||||
node_modules
|
||||
|
Loading…
Reference in New Issue
Block a user