1
0
forked from extern/nix-config

Add docs directory and ignore compiled results

This commit is contained in:
Donovan Glover 2017-12-21 19:55:38 -05:00
parent c0f2ee53e8
commit 6c39facf3c
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D
2 changed files with 5 additions and 0 deletions

4
.gitignore vendored
View File

@ -2,6 +2,10 @@
bin/*
!bin/.gitkeep
# Ignore all files inside the docs/ directory except .gitkeep
docs/*
!docs/.gitkeep
# Ignore all files made by shards
.shards/
lib/**/*

1
docs/.gitkeep Normal file
View File

@ -0,0 +1 @@
We use `.gitkeep` to keep track of directories that have no other files in them.