bitburner-src/.gitignore
Martin Fournier 069b7831d1 Move main bundle output to ./dist subfolder
Excludes the index.html so that the github page can still work as is.

This will declutter the root of the repo a fair bit.
2022-01-26 06:11:32 -05:00

19 lines
211 B
Plaintext

.DS_Store
.vscode
Changelog.txt
Netburner.txt
/doc/build
/node_modules
/electron/node_modules
/test/*.map
/test/*.bundle.*
/test/*.css
.cypress
# tmp folder for electron
.package
.build
# editor files
.vscode