added package.json and .gitignore
This commit is contained in:
parent
0ae5494292
commit
e0e9228981
2 changed files with 54 additions and 0 deletions
40
.gitignore
vendored
Normal file
40
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
#
|
||||
# node-ff-assets git ignore rules
|
||||
#
|
||||
|
||||
# Ignore npm files
|
||||
node_modules
|
||||
npm-debug.log
|
||||
|
||||
# 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