File tree Expand file tree Collapse file tree 3 files changed +1283
-25
lines changed Expand file tree Collapse file tree 3 files changed +1283
-25
lines changed Original file line number Diff line number Diff line change
1
+ # Cabal and GHC build artefacts
2
+ dist /
3
+ dist-newstyle /
1
4
* .hi
2
5
* .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
3
25
* .swp
4
26
* .tag
5
- * ~
6
- * _flymake.hs
27
+
28
+ # IntelliJ IDE-related
29
+ .idea /
30
+ * .iml
31
+
32
+ # hsenv-related
7
33
.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
18
36
.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
28
39
.hspec-failures
40
+
41
+ # Unexplained
42
+ * ~
43
+ * .imports
44
+ src /highlight.js
45
+ src /style.css
46
+ etc /scripts /stack-scripts.cabal
29
47
better-cache /
30
- stack * .yaml.lock
31
- dist-newstyle /
32
- .hie
33
- stan.html
You can’t perform that action at this time.
0 commit comments