mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
18 lines
182 B
Plaintext
Executable File
18 lines
182 B
Plaintext
Executable File
# dependencies
|
|
/node_modules
|
|
/npm-debug.log*
|
|
/yarn-error.log
|
|
/yarn.lock
|
|
/package-lock.json
|
|
|
|
# production
|
|
/dist
|
|
|
|
# umi
|
|
/src/.umi
|
|
/src/.umi-production
|
|
/src/.umi-test
|
|
/.env.local
|
|
/out
|
|
|