28 lines
298 B
Plaintext
28 lines
298 B
Plaintext
# IDE
|
|
.idea/
|
|
.vs/
|
|
.vscode/
|
|
*.code-workspace
|
|
/.vim
|
|
|
|
# Node Modules
|
|
node_modules/
|
|
|
|
# Distribution directory
|
|
dist/
|
|
|
|
# Built cache files for build process
|
|
public/packs/
|
|
public/lang/
|
|
public/help/
|
|
|
|
# Misc
|
|
/.eslintcache
|
|
stats.html
|
|
foundryconfig.json
|
|
jsconfig.json
|
|
/docs/
|
|
|
|
# Local configuration
|
|
.env.local
|