gradido/.gitignore
2021-01-13 14:49:05 +01:00

21 lines
241 B
Plaintext

.DS_Store
node_modules/
dist/
.cache/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
test/unit/coverage
package-lock.json
.env
.env.development.local
.env.production.local
# Editor directories and files
.idea
*.suo
*.ntvs*
*.njsproj
*.sln