You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.3 KiB
51 lines
1.3 KiB
3 weeks ago
|
#/////////////////////////////////////////////////////////////////////////////
|
||
|
# Fireball Projects
|
||
|
#/////////////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
/library/
|
||
|
/temp/
|
||
|
/local/
|
||
|
/build/
|
||
|
|
||
|
#/////////////////////////////////////////////////////////////////////////////
|
||
|
# npm files
|
||
|
#/////////////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
npm-debug.log
|
||
|
|
||
|
#/////////////////////////////////////////////////////////////////////////////
|
||
|
# Logs and databases
|
||
|
#/////////////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
*.log
|
||
|
*.sql
|
||
|
*.sqlite
|
||
|
|
||
|
#/////////////////////////////////////////////////////////////////////////////
|
||
|
# files for debugger
|
||
|
#/////////////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
*.sln
|
||
|
*.pidb
|
||
|
*.suo
|
||
|
|
||
|
#/////////////////////////////////////////////////////////////////////////////
|
||
|
# OS generated files
|
||
|
#/////////////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
.DS_Store
|
||
|
ehthumbs.db
|
||
|
Thumbs.db
|
||
|
|
||
|
#/////////////////////////////////////////////////////////////////////////////
|
||
|
# WebStorm files
|
||
|
#/////////////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
.idea/
|
||
|
|
||
|
#//////////////////////////
|
||
|
# VS Code files
|
||
|
#//////////////////////////
|
||
|
|
||
|
.vscode/
|