Skip to content

Commit cc7bb8d

Browse files
committed
Fix #5799 Check in Stack's *.yaml.lock files
1 parent bcfdbe3 commit cc7bb8d

File tree

3 files changed

+1283
-25
lines changed

3 files changed

+1283
-25
lines changed

.gitignore

Lines changed: 39 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,47 @@
1+
# Cabal and GHC build artefacts
2+
dist/
3+
dist-newstyle/
14
*.hi
25
*.o
6+
7+
# Haskell Tool Stack-related
8+
.stack-work/
9+
10+
# Stack's GitHub workflow-related
11+
_release/
12+
13+
# MkDocs-related
14+
_site/
15+
16+
# Stan-related
17+
.hie
18+
stan.html
19+
20+
# Emacs-related
21+
.dir-locals.el
22+
*_flymake.hs
23+
24+
# Vim-related
325
*.swp
426
*.tag
5-
*~
6-
*_flymake.hs
27+
28+
# IntelliJ IDE-related
29+
.idea/
30+
*.iml
31+
32+
# hsenv-related
733
.hsenv
8-
.stack-work/
9-
.stack-root/
10-
/.cabal-sandbox/
11-
TAGS
12-
/Setup
13-
cabal-dev/
14-
cabal.sandbox.config
15-
dist/
16-
tags
17-
/_release/
34+
35+
# Vagrant-related
1836
.vagrant/
19-
*.imports
20-
/.idea/
21-
/*.iml
22-
/src/highlight.js
23-
/src/style.css
24-
/_site/
25-
/.dir-locals.el
26-
/.git/
27-
/etc/scripts/stack-scripts.cabal
37+
38+
# HSpec-related
2839
.hspec-failures
40+
41+
# Unexplained
42+
*~
43+
*.imports
44+
src/highlight.js
45+
src/style.css
46+
etc/scripts/stack-scripts.cabal
2947
better-cache/
30-
stack*.yaml.lock
31-
dist-newstyle/
32-
.hie
33-
stan.html

0 commit comments

Comments
 (0)