fixed bower & added dependencies & cleanup
This commit is contained in:
22
Examples/bower_components/ace/.gitignore
vendored
Normal file
22
Examples/bower_components/ace/.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
# Junk that could exist anywhere:
|
||||
.DS_Store
|
||||
*.swp
|
||||
*.tmp
|
||||
*~
|
||||
|
||||
# Project files that should not be in the repo
|
||||
.*
|
||||
\#*
|
||||
!/.gitignore
|
||||
.*.gz
|
||||
*.tmTheme.js
|
||||
|
||||
# A handy place to put stuff that git should ignore:
|
||||
/ignore/
|
||||
node_modules/
|
||||
jam/
|
||||
* *
|
||||
|
||||
.git-ref
|
||||
npm-debug.log
|
||||
deps/
|
||||
Reference in New Issue
Block a user