24 lines
221 B
Plaintext
24 lines
221 B
Plaintext
|
# IDE
|
||
|
.idea/
|
||
|
.vs/
|
||
|
.vscode/
|
||
|
|
||
|
# Node Modules
|
||
|
node_modules/
|
||
|
npm-debug.log
|
||
|
|
||
|
# Foundry
|
||
|
*.lock
|
||
|
!yarn.lock
|
||
|
jsconfig.json
|
||
|
foundry
|
||
|
|
||
|
./TODO
|
||
|
|
||
|
# exclude distribution
|
||
|
dist/
|
||
|
css/
|
||
|
|
||
|
# dont commit pack binaries, but src
|
||
|
packs/*
|
||
|
!packs/src
|