feat: initialize Tab Shooter Chrome extension game
This commit is contained in:
commit
0f566b02ac
11 changed files with 1614 additions and 0 deletions
42
.gitignore
vendored
Normal file
42
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
# ---- Betriebssystem / Editor ----
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
desktop.ini
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# ---- Editor-/IDE-Verzeichnisse ----
|
||||
.vscode/
|
||||
.idea/
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
|
||||
# ---- ZCode-spezifisch ----
|
||||
.zcode/
|
||||
|
||||
# ---- Logs & Temp ----
|
||||
*.log
|
||||
*.tmp
|
||||
tmp/
|
||||
|
||||
# ---- Node (falls später Tooling dazukommt) ----
|
||||
node_modules/
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# ---- Build-Output / Packete ----
|
||||
dist/
|
||||
build/
|
||||
*.zip
|
||||
*.crx # fertiges gepacktes Extension-Bundle
|
||||
|
||||
# ---- Python (für generate_icons.py) ----
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.egg-info/
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
Loading…
Add table
Add a link
Reference in a new issue