bitburner-src/.gitignore

35 lines
462 B
Plaintext
Raw Normal View History

2021-09-15 12:22:36 -04:00
.DS_Store
2022-04-13 23:53:50 -04:00
.history
.vscode
2017-05-23 16:53:42 -05:00
Changelog.txt
Netburner.txt
/doc/build
2018-03-26 19:46:21 -05:00
/node_modules
/electron/node_modules
/test/*.map
/test/*.bundle.*
/test/*.css
2022-01-26 05:09:00 -05:00
/input/bitburner.api.json
dist/bitburner.d.ts
2021-09-05 00:29:54 -07:00
.cypress
# folder for bundles images / fonts that are generated by webpack
dist/assets
dist/mathjax
# Monaco bundle files
dist/*.worker.*
# tmp folder for build and electron
2023-03-18 12:15:00 +02:00
.app
.package
.build
2021-09-15 12:22:36 -04:00
# editor files
.vscode
.idea/
*.bundle.*
index.html
2022-12-04 23:04:33 -05:00
tsdoc-metadata.json