1
0
mirror of https://github.com/chillzhuang/Saber.git synced 2025-01-09 22:45:50 +08:00
Saber/.gitignore
2019-02-22 10:45:08 +08:00

25 lines
258 B
Plaintext

.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
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*