cr-connect-bpmn/.gitignore

27 lines
287 B
Plaintext
Raw Normal View History

2020-01-06 16:50:34 -05:00
.DS_Store
node_modules
/dist
2020-01-06 16:39:11 -05:00
2020-01-06 16:50:34 -05:00
/tests/e2e/reports/
selenium-debug.log
chromedriver.log
geckodriver.log
2020-01-06 16:39:11 -05:00
2020-01-06 16:50:34 -05:00
# local env files
.env.local
.env.*.local
2020-01-06 16:39:11 -05:00
2020-01-06 16:50:34 -05:00
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2020-01-06 16:39:11 -05:00
2020-01-06 16:50:34 -05:00
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?