bitburner-src/.gitignore
omuretsu 41451280ab Update build process
`npm run build` now generates a .app folder with the minimal run files
`npm run electron` now uses the .app contents as a base
deploy-dev.yml should upload just the .app folder after building (not tested yet)
2023-01-10 20:51:14 -05:00

27 lines
311 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
.cypress
# tmp folder for build and electron
.app
.package
.build
# editor files
.vscode
.idea/
*.bundle.*
index.html
tsdoc-metadata.json