-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (45 loc) · 934 Bytes
/
.gitignore
File metadata and controls
59 lines (45 loc) · 934 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
### Haskell / Cabal ###
# Old-style build directory (rarely used now, but good to keep)
dist/
# New-style build directory (Standard for 'cabal build')
dist-newstyle/
# Stack build directory (Even if using Cabal, tools often create this)
.stack-work/
# Local Cabal configuration (e.g. for turning on profiling locally)
cabal.project.local
cabal.project.local~
# GHC Environment files (Auto-generated by cabal-install, causes version hell if committed)
.ghc.environment.*
### Compiled Artifacts (If you run 'ghc' directly) ###
*.hi
*.o
*.chi
*.dyn_o
*.dyn_hi
*.hie
### IDE / Tooling ###
# Haskell Language Server artifacts
.hie-bios/
# VS Code
.vscode/tasks.json
*.code-workspace
# Vim / Emacs
*.swp
*~
\#*
### OS Specific ###
# macOS
.DS_Store
# Windows
Thumbs.db
# npm publish (CI-generated .npmrc with auth placeholder)
npm/.npmrc
# Golden tests
actual
sandbox/
.hoogle
Leaving
hls.log
report.html
# Nix outputs
result