container/.gitignore

12 lines
107 B
Plaintext
Raw Normal View History

2020-06-18 21:45:54 +00:00
# Ignore everything in this directory
bin/*
doc/*
# Except this file
!.gitkeep
*.o
.vscode/
.idea/
*.iml