Library/.gitignore

17 lines
210 B
Plaintext
Raw Permalink Normal View History

.idea/*
2018-01-27 13:00:23 +00:00
# Go stuff
2017-11-08 20:42:30 +00:00
Library
2017-11-28 13:42:11 +00:00
dist/*
dist/
2017-12-01 10:33:40 +00:00
config.ini
2018-01-25 21:31:50 +00:00
*.db
2018-01-25 15:33:34 +00:00
cover.html
2018-01-25 21:31:50 +00:00
coverage.out
2018-01-27 13:00:23 +00:00
# Frontend stuff
frontend/node_modules/
frontend/dist/
frontend/npm-debug.log*
frontend/yarn-debug.log*
frontend/yarn-error.log*