container/.gitignore

13 lines
117 B
Plaintext

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