52 lines
590 B
Plaintext
52 lines
590 B
Plaintext
#
|
|
# node-ff-assets git ignore rules
|
|
#
|
|
|
|
# Ignore npm files
|
|
node_modules
|
|
npm-debug.log
|
|
|
|
# Ignore mocha test data
|
|
test/data
|
|
|
|
# Ignore example data
|
|
example/www_static/css/lib
|
|
example/www_static/js/lib
|
|
example/www_logs
|
|
example/lib_app
|
|
|
|
# Ignore binary files
|
|
*.o
|
|
*.class
|
|
*.old
|
|
*.bak
|
|
*.backup
|
|
*.dat
|
|
*.data
|
|
*.gif
|
|
*.pdf
|
|
*.doc
|
|
*.db
|
|
*.ini
|
|
|
|
# Ignore ~ backup files.
|
|
*~
|
|
|
|
# Ignore some eclipse files
|
|
.settings
|
|
.classpath
|
|
.project
|
|
|
|
# Ignore netbeans directory
|
|
nbproject
|
|
|
|
# Ignore mac finder files
|
|
.DS_Store
|
|
|
|
# Ignore windows files.
|
|
# None (done by *.db and *.ini)
|
|
|
|
# Ignore kde dolphin files
|
|
.directory
|
|
|