Skip to content

Commit 7a65e81

Browse files
committed
chore: add cabal.project.local to .gitignore
1 parent d421640 commit 7a65e81

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ wip/
1414
.ghci
1515
hie.yaml
1616
/*.sh
17+
cabal.project.*
1718

1819
# Build output
1920
/html

cabal.project

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ packages: support/shake/1lab-shake.cabal
22

33
-- To build outside of the Nix shell, uncomment the following stanza
44
-- and replace `master` with the `rev` field from `support/nix/dep/Agda/github.json`.
5+
--
6+
-- If you want to avoid polluting your Git tree, you can move this to
7+
-- `cabal.project.local`, which is ignored by Git.
58

69
-- source-repository-package
710
-- type: git

0 commit comments

Comments
 (0)