2
0
Fork 0
es5-ff-spa-loader/.gitignore

54 lines
741 B
Plaintext
Raw Normal View History

2015-12-23 00:16:54 +00:00
#
# es5-ff-spa-loader git ignore rules
#
# Ignore release files
dist
2015-12-23 00:16:54 +00:00
# Ignore npm files
node_modules
npm-debug.log
2016-04-23 02:19:25 +00:00
# Ignore test reports
test/report
2016-01-24 20:38:21 +00:00
# Ignore example cordova data
example/app_mobile/platforms/*
!example/app_mobile/platforms/platforms.json
example/app_mobile/plugins/*
!example/app_mobile/plugins/android.json
!example/app_mobile/plugins/fetch.json
example/app_mobile/www/es5-ff-spa-loader.js
2015-12-23 00:16:54 +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