nix-config/.gitignore
2017-12-23 23:26:36 -05:00

13 lines
229 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/**/*
!lib/*.cr