mirror of
https://github.com/got-feedBack/feedBack.git
synced 2026-08-11 03:09:57 +00:00
Clean release snapshot
This commit is contained in:
+48
@@ -0,0 +1,48 @@
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.venv/
|
||||
venv/
|
||||
dist/
|
||||
build/
|
||||
*.egg-info/
|
||||
*.log
|
||||
.env*
|
||||
.DS_Store
|
||||
.vscode/
|
||||
static/*.ogg
|
||||
static/*.mp3
|
||||
static/*.wav
|
||||
static/art/
|
||||
static/audio_*
|
||||
plugins/*/
|
||||
!plugins/__init__.py
|
||||
# Core plugins ship in-tree. They're plugins-as-plugins (plugin loader
|
||||
# treats them identically to user-installed ones) but are bundled with
|
||||
# the default container image and marked `"bundled": true` in their
|
||||
# manifest. Add new core plugins as `!plugins/<id>/` exceptions.
|
||||
!plugins/highway_3d/
|
||||
!plugins/highway_3d/**
|
||||
plugins/highway_3d/__pycache__/
|
||||
!plugins/app_tour_library/
|
||||
!plugins/app_tour_library/**
|
||||
!plugins/app_tour_settings/
|
||||
!plugins/app_tour_settings/**
|
||||
!plugins/capability_inspector/
|
||||
!plugins/capability_inspector/**
|
||||
!plugins/minigames/
|
||||
!plugins/minigames/**
|
||||
plugins/minigames/__pycache__/
|
||||
!plugins/tuner/
|
||||
!plugins/tuner/**
|
||||
plugins/tuner/__pycache__/
|
||||
node_modules/
|
||||
test-results/
|
||||
playwright-report/
|
||||
|
||||
/dlc
|
||||
|
||||
.vscode
|
||||
Thumbs.db
|
||||
*.tmp
|
||||
*.swp
|
||||
.idea/
|
||||
Reference in New Issue
Block a user