mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 13:55:04 +02:00
Project sanity check (#76)
* tslint: CRLF -> LF * gitignore more build artifacts * Add proposed .editorconfig * Allow for "clean" builds src/ts/generated/ content is still required (sprites.ts, gamepad-mappings.ts), but src/scripts is not. * Add --sprites option to production build * Add note about sprites to README
This commit is contained in:
+12
-2
@@ -1,9 +1,19 @@
|
||||
.idea/
|
||||
node_modules/
|
||||
|
||||
/src/scripts/
|
||||
/build/
|
||||
/build-copy/
|
||||
/logs/
|
||||
/settings/
|
||||
.idea/
|
||||
|
||||
/config.json
|
||||
/tools/
|
||||
|
||||
/src/ts/generated/*
|
||||
!/src/ts/generated/gamepad-template.ts
|
||||
|
||||
/assets/images/pony.png
|
||||
/assets/images/pony2.png
|
||||
/assets/images/pony2a.png
|
||||
|
||||
/config.json
|
||||
|
||||
Reference in New Issue
Block a user