made example working
This commit is contained in:
parent
76fb554cff
commit
b8b21655cf
22 changed files with 982 additions and 1 deletions
49
.gitignore
vendored
49
.gitignore
vendored
|
|
@ -1 +1,48 @@
|
|||
# ignore
|
||||
#
|
||||
# es5-ff-spa-loader git ignore rules
|
||||
#
|
||||
|
||||
# Ignore npm files
|
||||
node_modules
|
||||
npm-debug.log
|
||||
|
||||
# Ignore mocha test data
|
||||
test/data
|
||||
|
||||
# Ignore example data
|
||||
example/node_modules
|
||||
example/npm-debug.log
|
||||
example/www_static/css/lib
|
||||
example/www_static/js/lib
|
||||
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue