filegator/.gitignore
Milos Stojanovic 261607e1d3 initial commit
2019-06-13 18:52:40 +02:00

32 lines
376 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
# Editor directories and files
.DS_Store
tags
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*