48 lines
601 B
Text
48 lines
601 B
Text
# Build artifacts
|
|
/build/
|
|
/dist/
|
|
/.ibuild/
|
|
/tests/fixtures/generated output & bin/
|
|
/tests/fixtures/generated state & data/
|
|
*/build/
|
|
.ibuild/
|
|
*.o
|
|
*.obj
|
|
*.a
|
|
*.so
|
|
*.dll
|
|
*.dylib
|
|
*.lib
|
|
*.exe
|
|
*.out
|
|
compile_commands.json
|
|
!examples/game/vendor/raylib/lib/libraylib.a
|
|
|
|
# Build script executables
|
|
/examples/*/build
|
|
|
|
# Temporary files
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE and editor files
|
|
.vscode/
|
|
.idea/
|
|
*.sublime-*
|
|
*.code-workspace
|
|
|
|
# Raylib game temp files
|
|
*.wav
|
|
*.ogg
|
|
|
|
# Documentation generated files
|
|
/docs/html/
|
|
/docs/images/*.png
|
|
/docs/images/*.jpg
|
|
|
|
# Dependency directories
|
|
/vendor/
|
|
/node_modules/
|