-
Notifications
You must be signed in to change notification settings - Fork 8
/
.gitignore
57 lines (47 loc) · 1.07 KB
/
.gitignore
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
cabal.sandbox.config
.cabal-sandbox
.dist-buildwrapper
/dist
/dist-newstyle
.idea
.ampersand
Ampersand.archimate.bak
# Disable testresults
/testing/Travis/testcases/**/*.proto
# Temporarily disable ampersand.cabal (See issue #931)
# NO LONGER include ampersand.cabal in .gitignore. See https://github.com/commercialhaskell/stack/issues/5210
# stack.yaml.lock # enable versioning of stack.yaml.lock: See https://stackoverflow.com/questions/64682066/should-stack-yaml-lock-be-checked-into-source-control/64684211#64684211
StaticFiles_Generated.hs
BuildInfo_Generated.hs
# Visual studio code stuff
###################
/.vscode
*.code-workspace
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
*.hi
*.hie
miscellaneous/AmpersandBackup.jgcscs
miscellaneous/AmpersandBackup.jgfns
*.log
/.hpc
/hpc
.settings/org.eclipse.wst.common.project.facet.core.xml
.settings/org.eclipse.php.core.prefs
/.stack-work
/.ghci
/ghcid.txt
# Editor related (SJC: which editor?) #
##################
*.epp
~$*
# Mac OS related
.DS_Store
# Local history extention of vs-code
.history