Skip to content

Commit dd82634

Browse files
JacquesCarettepre-commit-ci[bot]wenkokke
authored
document .gitignore. Add .DS_Store to it while at it. (#1025)
As per title. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Wen Kokke <wenkokke@users.noreply.github.com>
1 parent 37eaba9 commit dd82634

2 files changed

Lines changed: 22 additions & 10 deletions

File tree

.gitignore

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
!cabal.project.ci.local
2-
!data/legacy/19.08.zip
3-
!data/legacy/20.07.zip
4-
!plfa.pdf
1+
# PLFA specific items to ignore
2+
/Gemfile.lock
3+
/_build/
4+
/_cache/
5+
/_site/
6+
/node_modules/
7+
8+
# Agda files
59
*.agdai
10+
11+
# Latex
612
*.aux
713
*.bbl
814
*.blg
@@ -16,9 +22,15 @@
1622
*.spl
1723
*.synctex.gz
1824
*.zip
19-
/Gemfile.lock
20-
/_build/
21-
/_cache/
22-
/_site/
25+
26+
# GHC / Cabal / Stack
2327
/dist-newstyle/
24-
/node_modules/
28+
29+
# Mac droppings
30+
.DS_Store
31+
32+
# Allow the following specific files
33+
!cabal.project.ci.local
34+
!data/legacy/19.08.zip
35+
!data/legacy/20.07.zip
36+
!plfa.pdf

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: fix-byte-order-marker
1717
- id: file-contents-sorter
1818
args: [--unique]
19-
files: '\.epubcheck\.tsv|\.gitignore|\.htmlvalidateignore'
19+
files: '\.epubcheck\.tsv|\.htmlvalidateignore'
2020
- id: forbid-new-submodules
2121
- id: end-of-file-fixer
2222
- id: mixed-line-ending

0 commit comments

Comments
 (0)