refactor: assets
This commit is contained in:
parent
f48d26046c
commit
e08a4df0f3
1
config/package/.gitignore
vendored
1
config/package/.gitignore
vendored
|
@ -1,5 +1,6 @@
|
||||||
**/*.js
|
**/*.js
|
||||||
**/*.map
|
**/*.map
|
||||||
|
/assets
|
||||||
!/.*
|
!/.*
|
||||||
!/postcss.config.js
|
!/postcss.config.js
|
||||||
!/webpack.config.js
|
!/webpack.config.js
|
||||||
|
|
Before Width: | Height: | Size: 594 KiB After Width: | Height: | Size: 594 KiB |
BIN
humus/packages/universe/assets/cave-mouth.jpg
Normal file
BIN
humus/packages/universe/assets/cave-mouth.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 594 KiB |
1
packages/combat/.gitignore
vendored
1
packages/combat/.gitignore
vendored
|
@ -1,5 +1,6 @@
|
||||||
**/*.js
|
**/*.js
|
||||||
**/*.map
|
**/*.map
|
||||||
|
/assets
|
||||||
!/.*
|
!/.*
|
||||||
!src/**/*.js
|
!src/**/*.js
|
||||||
!/test/**/*.js
|
!/test/**/*.js
|
||||||
|
|
1
packages/core/.gitignore
vendored
1
packages/core/.gitignore
vendored
|
@ -1,5 +1,6 @@
|
||||||
**/*.js
|
**/*.js
|
||||||
**/*.map
|
**/*.map
|
||||||
|
/assets
|
||||||
!/.*
|
!/.*
|
||||||
!src/**/*.js
|
!src/**/*.js
|
||||||
!/test/**/*.js
|
!/test/**/*.js
|
||||||
|
|
1
packages/farm/.gitignore
vendored
1
packages/farm/.gitignore
vendored
|
@ -1,5 +1,6 @@
|
||||||
**/*.js
|
**/*.js
|
||||||
**/*.map
|
**/*.map
|
||||||
|
/assets
|
||||||
!/.*
|
!/.*
|
||||||
!src/**/*.js
|
!src/**/*.js
|
||||||
!/test/**/*.js
|
!/test/**/*.js
|
||||||
|
|
1
packages/http/.gitignore
vendored
1
packages/http/.gitignore
vendored
|
@ -1,5 +1,6 @@
|
||||||
**/*.js
|
**/*.js
|
||||||
**/*.map
|
**/*.map
|
||||||
|
/assets
|
||||||
!/.*
|
!/.*
|
||||||
!/postcss.config.js
|
!/postcss.config.js
|
||||||
!/webpack.config.js
|
!/webpack.config.js
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 581 KiB |
1
packages/inventory/.gitignore
vendored
1
packages/inventory/.gitignore
vendored
|
@ -1,5 +1,6 @@
|
||||||
**/*.js
|
**/*.js
|
||||||
**/*.map
|
**/*.map
|
||||||
|
/assets
|
||||||
!/.*
|
!/.*
|
||||||
!src/**/*.js
|
!src/**/*.js
|
||||||
!/test/**/*.js
|
!/test/**/*.js
|
||||||
|
|
1
packages/scss/.gitignore
vendored
1
packages/scss/.gitignore
vendored
|
@ -1,5 +1,6 @@
|
||||||
**/*.js
|
**/*.js
|
||||||
**/*.map
|
**/*.map
|
||||||
|
/assets
|
||||||
!/.*
|
!/.*
|
||||||
!/postcss.config.js
|
!/postcss.config.js
|
||||||
!/webpack.config.js
|
!/webpack.config.js
|
||||||
|
|
1
packages/universe/.gitignore
vendored
1
packages/universe/.gitignore
vendored
|
@ -1,5 +1,6 @@
|
||||||
**/*.js
|
**/*.js
|
||||||
**/*.map
|
**/*.map
|
||||||
|
/assets
|
||||||
!/.*
|
!/.*
|
||||||
!src/**/*.js
|
!src/**/*.js
|
||||||
!/test/**/*.js
|
!/test/**/*.js
|
||||||
|
|
Loading…
Reference in New Issue
Block a user