mirror of
https://github.com/easychen/pushdeer.git
synced 2024-11-01 08:09:19 +08:00
27 lines
262 B
Plaintext
27 lines
262 B
Plaintext
|
.DS_Store
|
||
|
node_modules
|
||
|
/dist
|
||
|
/build
|
||
|
/sign
|
||
|
|
||
|
# sign
|
||
|
|
||
|
# local env files
|
||
|
.env.local
|
||
|
.env.*.local
|
||
|
|
||
|
# Log files
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|
||
|
|
||
|
# Editor directories and files
|
||
|
.idea
|
||
|
.vscode
|
||
|
*.suo
|
||
|
*.ntvs*
|
||
|
*.njsproj
|
||
|
*.sln
|
||
|
*.sw*
|
||
|
.ide
|
||
|
.quickapp.preview.json
|