Files
Champions-Reborn-Server/.gitignore
2025-11-03 21:03:17 -03:00

40 lines
359 B
Plaintext

# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Json files created by vscode/zed
*.json
# CMake build and clangd cache
build
.cache/