mirror of
https://github.com/cheney2013/UIState.git
synced 2024-12-26 19:59:05 +00:00
54 lines
1.3 KiB
Plaintext
54 lines
1.3 KiB
Plaintext
#/////////////////////////////////////////////////////////////////////////////
|
|
# Fireball Projects
|
|
#/////////////////////////////////////////////////////////////////////////////
|
|
|
|
/library/
|
|
/temp/
|
|
/local/
|
|
/build/
|
|
native
|
|
#/////////////////////////////////////////////////////////////////////////////
|
|
# npm files
|
|
#/////////////////////////////////////////////////////////////////////////////
|
|
|
|
npm-debug.log
|
|
node_modules/
|
|
|
|
#/////////////////////////////////////////////////////////////////////////////
|
|
# Logs and databases
|
|
#/////////////////////////////////////////////////////////////////////////////
|
|
|
|
*.log
|
|
*.sql
|
|
*.sqlite
|
|
|
|
#/////////////////////////////////////////////////////////////////////////////
|
|
# files for debugger
|
|
#/////////////////////////////////////////////////////////////////////////////
|
|
|
|
*.sln
|
|
*.csproj
|
|
*.pidb
|
|
*.unityproj
|
|
*.suo
|
|
|
|
#/////////////////////////////////////////////////////////////////////////////
|
|
# OS generated files
|
|
#/////////////////////////////////////////////////////////////////////////////
|
|
|
|
.DS_Store
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
#/////////////////////////////////////////////////////////////////////////////
|
|
# WebStorm files
|
|
#/////////////////////////////////////////////////////////////////////////////
|
|
|
|
.idea/
|
|
|
|
#//////////////////////////
|
|
# VS Code files
|
|
#//////////////////////////
|
|
|
|
.vscode/
|