its kind of working now
This commit is contained in:
38
.gitignore
vendored
Normal file
38
.gitignore
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
# Zig build artifacts
|
||||
zig-out/
|
||||
zig-cache/
|
||||
.zig-cache/
|
||||
|
||||
# Local build directories
|
||||
/build/
|
||||
|
||||
# Compiled binaries
|
||||
*.exe
|
||||
*.o
|
||||
*.obj
|
||||
*.so
|
||||
*.dylib
|
||||
*.dll
|
||||
*.a
|
||||
*.lib
|
||||
|
||||
# Debug artifacts
|
||||
*.pdb
|
||||
*.dSYM/
|
||||
|
||||
# Editor/IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.DS_Store
|
||||
|
||||
# If using RocksDB or other local data
|
||||
/data/
|
||||
*.db
|
||||
*.log
|
||||
|
||||
# Dependency cache (if using gyro or other package managers)
|
||||
.gyro/
|
||||
deps.zig
|
||||
Reference in New Issue
Block a user