mirror of
https://github.com/palxiao/poster-design
synced 2024-11-21 23:30:11 +00:00
28 lines
305 B
Plaintext
28 lines
305 B
Plaintext
|
.DS_Store
|
||
|
node_modules
|
||
|
/dist
|
||
|
config.json
|
||
|
|
||
|
screenshot/node_modules/
|
||
|
screenshot/dist/
|
||
|
screenshot/_apidoc/
|
||
|
|
||
|
# local env files
|
||
|
.env.local
|
||
|
.env.*.local
|
||
|
|
||
|
# Log files
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|
||
|
pnpm-debug.log*
|
||
|
|
||
|
# Editor directories and files
|
||
|
.idea
|
||
|
.vscode
|
||
|
*.suo
|
||
|
*.ntvs*
|
||
|
*.njsproj
|
||
|
*.sln
|
||
|
*.sw?
|