mirror of
https://github.com/lovasoa/whitebophir
synced 2024-11-10 06:24:17 +00:00
46c2737c00
* .gitignore * move pattern definition back into js (#64) Co-authored-by: finnboeger <finnboeger@users.noreply.github.com>
26 lines
183 B
Text
26 lines
183 B
Text
node_modules
|
|
|
|
lib-cov
|
|
*.seed
|
|
*.log
|
|
*.csv
|
|
*.dat
|
|
*.out
|
|
*.pid
|
|
*.gz
|
|
|
|
pids
|
|
logs
|
|
results
|
|
|
|
npm-debug.log
|
|
|
|
.DS_Store
|
|
|
|
wbo-backup*
|
|
|
|
# Jetbrains
|
|
.idea/
|
|
|
|
# Nightwatch test results
|
|
tests_output/
|