nix-config/.gitignore
2017-12-21 19:55:38 -05:00

12 lines
219 B
Plaintext

# Ignore all files inside the bin/ directory except .gitkeep
bin/*
!bin/.gitkeep
# Ignore all files inside the docs/ directory except .gitkeep
docs/*
!docs/.gitkeep
# Ignore all files made by shards
.shards/
lib/**/*