mirror of
https://github.com/got-feedBack/feedBack.git
synced 2026-07-26 23:01:22 +00:00
49 lines
940 B
Plaintext
49 lines
940 B
Plaintext
__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/
|