Optimized layout and code for building
This commit is contained in:
+29
-4
@@ -161,10 +161,35 @@ cython_debug/
|
||||
|
||||
# Flet
|
||||
storage/
|
||||
.flet/
|
||||
|
||||
# Build
|
||||
# Build artifacts
|
||||
build/
|
||||
pyproject.toml
|
||||
dist/
|
||||
src/build/
|
||||
src/dist/
|
||||
*.apk
|
||||
*.ipa
|
||||
*.app
|
||||
*.exe
|
||||
*.dmg
|
||||
*.deb
|
||||
*.rpm
|
||||
*.tar.gz
|
||||
|
||||
# Config
|
||||
config.json
|
||||
# Flutter/Flet build artifacts
|
||||
.flutter-plugins
|
||||
.flutter-plugins-dependencies
|
||||
.dart_tool/
|
||||
android/
|
||||
ios/
|
||||
linux/
|
||||
macos/
|
||||
windows/
|
||||
web/
|
||||
|
||||
# Configuration (generated during build, not in git)
|
||||
# Note: pyproject.toml is now tracked for proper builds
|
||||
# config.json should be user-specific
|
||||
config.json
|
||||
src/config.json
|
||||
Reference in New Issue
Block a user