mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 13:23:15 +02:00
chore: more comprehensive copilot ignore
This commit is contained in:
parent
c8e2edd533
commit
c71591ebc4
@ -1 +1,39 @@
|
||||
# Binary / image files
|
||||
*.apkg
|
||||
*.png
|
||||
*.jpg
|
||||
*.jpeg
|
||||
*.gif
|
||||
*.webp
|
||||
*.svg
|
||||
*.ico
|
||||
*.bmp
|
||||
*.pdf
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.tgz
|
||||
*.bin
|
||||
*.exe
|
||||
*.so
|
||||
*.o
|
||||
*.a
|
||||
|
||||
# Build outputs
|
||||
pomodoro_app/build/
|
||||
|
||||
# Generated images
|
||||
**/generated_images_*/
|
||||
**/preview_images/
|
||||
|
||||
# Virtual environments
|
||||
.venv/
|
||||
**/.venv/
|
||||
|
||||
# Node modules
|
||||
node_modules/
|
||||
|
||||
# C build artifacts
|
||||
**/*.out
|
||||
**/random_engine
|
||||
**/fps_demo
|
||||
**/1dvelocitysimulator
|
||||
|
||||
Loading…
Reference in New Issue
Block a user