filegator/.gitignore
Milos Stojanovic 9711e2658f basic docs
2019-06-18 11:43:57 +02:00

33 lines
387 B
Plaintext

/node_modules
/vendor
/dist/css
/dist/js
/dist/main.html
/configuration.php
/tests/backend/coverage
/tests/backend/tmp/repository/*
/tests/frontend/e2e/videos/
/tests/frontend/e2e/screenshots/
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Cache files
.*.cache
.couscous/
# Editor directories and files
.DS_Store
tags
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*