mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
34 lines
449 B
Plaintext
34 lines
449 B
Plaintext
.DS_Store
|
|
.history
|
|
.vscode
|
|
Changelog.txt
|
|
Netburner.txt
|
|
/doc/build
|
|
/node_modules
|
|
/electron/node_modules
|
|
/test/*.map
|
|
/test/*.bundle.*
|
|
/test/*.css
|
|
/input/bitburner.api.json
|
|
dist/bitburner.d.ts
|
|
.cypress
|
|
|
|
# folder for bundles images / fonts that are generated by webpack
|
|
dist/assets
|
|
|
|
# Monaco bundle files
|
|
dist/*.worker.*
|
|
|
|
# tmp folder for build and electron
|
|
.app
|
|
.package
|
|
.build
|
|
|
|
# editor files
|
|
.vscode
|
|
|
|
.idea/
|
|
*.bundle.*
|
|
index.html
|
|
tsdoc-metadata.json
|