Files
Carbon/.gitignore
Azreyo 8a849ceb43
Some checks failed
CI Pipeline / build (push) Successful in 32s
CI Pipeline / security-scan (push) Successful in 41s
CI Pipeline / code-quality (push) Successful in 1m8s
CI Pipeline / docker-build (push) Failing after 47s
CI Pipeline / test (push) Successful in 29s
feat: add entrypoint script for Carbon Web Server configuration and startup
2025-12-20 23:46:45 +01:00

61 lines
543 B
Plaintext

# Prerequisites
*.d
# Object files
*.o
*.ko
*.obj
*.elf
# Linker output
*.ilk
*.map
*.exp
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf
log/*
server
ssl/*
# Allow .github/workflows for CI/CD
.github/*
!.github/workflows/
src/bin
docker-push.sh
.idea