2
0
Fork 0

made example working

This commit is contained in:
Willem 2015-12-23 01:16:54 +01:00
parent 76fb554cff
commit b8b21655cf
22 changed files with 982 additions and 1 deletions

49
.gitignore vendored
View file

@ -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