Added project
This commit is contained in:
parent
fe9aa14dfd
commit
2d73cc8845
186 changed files with 21174 additions and 0 deletions
51
.gitignore
vendored
Normal file
51
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
#
|
||||
# Xensit Xnode Ignore list
|
||||
#
|
||||
|
||||
# Ignore all build folders
|
||||
build
|
||||
|
||||
# Ignore all generated source
|
||||
*.generated
|
||||
|
||||
# Ignore local include makefile
|
||||
lib-build/make/Makefile.inc.local
|
||||
|
||||
# Ignore nodejs deps + www logs
|
||||
lib-build/debug-server/www_logs
|
||||
lib-build/debug-server/node_modules
|
||||
lib-build/debug-server/npm-debug.log
|
||||
lib-build/debug-server/www_static/js/lib
|
||||
lib-build/debug-server/www_static/css/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