forked from trent_larson/crowd-funder-for-time-pwa
Implement proper asset management and clean up repository
- Add capacitor-assets.config.json for cross-platform asset generation - Create resources/ directory structure for source assets - Update .gitignore to exclude generated Android assets and resources - Remove 30+ generated files from source control - Add comprehensive asset management documentation - Add Gradle cache exclusions to .gitignore - Verify asset generation works with new configuration Assets are now properly managed: source files in version control, generated files excluded, and build process handles platform-specific asset generation automatically. Repository size reduced and history cleaned up.
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -123,4 +123,8 @@ electron/out/
|
||||
# - electron/electron-builder.config.json
|
||||
# - electron/build-packages.sh
|
||||
# - electron/live-runner.js
|
||||
# - electron/resources/electron-publisher-custom.js
|
||||
# - electron/resources/electron-publisher-custom.js
|
||||
|
||||
# Gradle cache files
|
||||
android/.gradle/file-system.probe
|
||||
android/.gradle/caches/
|
||||
Reference in New Issue
Block a user