29 lines
365 B
Plaintext
29 lines
365 B
Plaintext
# deps
|
|
node_modules/
|
|
|
|
# keep_local - локальные файлы, не для git
|
|
/_keep_local/
|
|
|
|
# build output
|
|
dist/
|
|
.next/
|
|
out/
|
|
|
|
# vite
|
|
# (frontend)
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
# env files - начало
|
|
.env*
|
|
# env files - конец
|
|
|
|
# typescript - начало
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
# typescript - конец
|