2015-02-24 00:19:42 +00:00
|
|
|
#
|
|
|
|
# node-ff-assets git ignore rules
|
|
|
|
#
|
|
|
|
|
|
|
|
# Ignore npm files
|
|
|
|
node_modules
|
|
|
|
npm-debug.log
|
|
|
|
|
2015-02-27 02:31:44 +00:00
|
|
|
# Ignore mocha test data
|
|
|
|
test/data
|
|
|
|
|
2015-02-27 14:20:01 +00:00
|
|
|
# Ignore example data
|
|
|
|
example/node_modules
|
|
|
|
example/npm-debug.log
|
|
|
|
example/www_static/css/lib
|
|
|
|
example/www_static/js/lib
|
|
|
|
|
2015-02-24 00:19:42 +00:00
|
|
|
# Ignore binary files
|
|
|
|
*.o
|
|
|
|
*.class
|
|
|
|
*.old
|
|
|
|
*.bak
|
|
|
|
*.backup
|
|
|
|
*.dat
|
|
|
|
*.data
|
|
|
|
*.gif
|
|
|
|
*.pdf
|
|
|
|
*.doc
|
|
|
|
|
|
|
|
# Ignore ~ backup files.
|
|
|
|
*~
|
|
|
|
|
|
|
|
# Ignore some eclipse files
|
|
|
|
.settings
|
|
|
|
.classpath
|
|
|
|
|
|
|
|
# Ignore netbeans directory
|
|
|
|
nbproject
|
|
|
|
|
|
|
|
# Ignore mac finder files
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
# Ignore windows files.
|
|
|
|
Thumbs.db
|
|
|
|
Desktop.ini
|
|
|
|
|
|
|
|
# Ignore kde dolphin files
|
|
|
|
.directory
|
|
|
|
|