You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
445 B
40 lines
445 B
2 years ago
|
.DS_Store
|
||
|
node_modules
|
||
|
build
|
||
|
dist
|
||
|
dist-ssr
|
||
|
/production
|
||
|
/cert
|
||
|
*.local
|
||
|
|
||
|
# local env files
|
||
|
.env
|
||
|
.env.local
|
||
|
.env.*.local
|
||
|
|
||
|
# Log files
|
||
|
logs
|
||
|
*.log
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|
||
|
pnpm-debug.log*
|
||
|
lerna-debug.log*
|
||
|
|
||
|
# Editor directories and files
|
||
|
.idea
|
||
|
.vscode
|
||
|
.vscode/*
|
||
|
!.vscode/extensions.json
|
||
|
*.suo
|
||
|
*.ntvs*
|
||
|
*.njsproj
|
||
|
*.sln
|
||
|
*.code-workspace
|
||
|
configuration.js
|
||
|
client-configuration.js
|
||
|
database.sqlite3
|
||
|
personal_access_token.git
|
||
|
.idea
|
||
|
*.sw?
|