21 lines
276 B
Plaintext
21 lines
276 B
Plaintext
|
# Package Management & Libraries
|
||
|
node_modules
|
||
|
|
||
|
# Configuration Files
|
||
|
config.yaml
|
||
|
configs/config.yaml
|
||
|
src/config.yaml
|
||
|
build/config.yaml
|
||
|
.vscode
|
||
|
yarn-error.log
|
||
|
google.json
|
||
|
src/google.json
|
||
|
build/google.json
|
||
|
|
||
|
# Build/Distribution Files
|
||
|
build
|
||
|
dist
|
||
|
|
||
|
# Storage/DB Files
|
||
|
localstorage
|