33 lines
No EOL
391 B
Text
33 lines
No EOL
391 B
Text
# Dependency directories
|
|
node_modules/
|
|
|
|
# TypeScript cache
|
|
*.tsbuildinfo
|
|
|
|
# Output of 'npm pack'
|
|
*.tgz
|
|
|
|
# dotenv environment variable files
|
|
.env
|
|
|
|
# Next.js build output
|
|
.next
|
|
out
|
|
|
|
# FuseBox cache
|
|
.fusebox/
|
|
|
|
# Stores VSCode versions used for testing VSCode extensions
|
|
.vscode-test
|
|
|
|
# Finder (MacOS) folder config
|
|
.DS_Store
|
|
|
|
# Dist dirs
|
|
dist
|
|
|
|
# Databases
|
|
*.sqlite*
|
|
|
|
# Top level configs
|
|
.config |