mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-21 18:21:31 +02:00
Ignore files made by shards with .gitignore
This commit is contained in:
parent
80e0fe2d10
commit
b958180688
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,7 @@
|
|||||||
# Ignore all files inside the bin/ directory except .gitkeep
|
# Ignore all files inside the bin/ directory except .gitkeep
|
||||||
bin/*
|
bin/*
|
||||||
!bin/.gitkeep
|
!bin/.gitkeep
|
||||||
|
|
||||||
|
# Ignore all files made by shards
|
||||||
|
.shards/
|
||||||
|
lib/**/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user