55 lines
786 B
Plaintext
55 lines
786 B
Plaintext
#
|
|
# es5-ff-spa-loader git ignore rules
|
|
#
|
|
|
|
# Ignore release files
|
|
dist
|
|
|
|
# Ignore npm files
|
|
node_modules
|
|
npm-debug.log
|
|
|
|
# Ignore test reports
|
|
test/report
|
|
|
|
# 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
|
|
example/app_mobile/www/es5-ff-spa-loader.css
|
|
|
|
# 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
|