container/.gitignore

12 lines
107 B
Plaintext

# Ignore everything in this directory
bin/*
doc/*
# Except this file
!.gitkeep
*.o
.vscode/
.idea/
*.iml