security-pc/.gitignore

29 lines
301 B
Plaintext
Raw Permalink Normal View History

2024-02-04 14:32:54 +08:00
.DS_Store
node_modules
/dist
/tests/e2e/videos/
/tests/e2e/screenshots/
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea
.vscode
.history
dist.zip
package-lock.json
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*
*.lock