-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
65 lines (56 loc) · 1.02 KB
/
.gitignore
File metadata and controls
65 lines (56 loc) · 1.02 KB
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
60
61
62
63
64
65
.stack-work/
purescript-python.cabal
impurescript-psdiana.cabal
psdiana
*~
.idea/
stack.yaml.lock
# for making statically built libs
pspy-blueprint-*.zip
psdiana-*.zip
.DS_Store
stack.yaml.lock
.DS_Store
pspy-blueprint
.psc-ide-port
output/
# purescript
passing/bower_components/
passing/node_modules/
passing/.pulp-cache/
passing/output/
passing/generated-docs/
passing/.psc-package/
passing/.psc*
passing/.purs*
passing/.psa*
passing/.spago
# purescript-python
passing/.pure-py/
passing/passing
passing/**.src.py
.vscode/## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
# generated ran code and antlr files
*.tokens
*.interp
*.ran
.spago
# generated Python code
codegen/*_raw.py
.idea/
.vscode/
runtests/mylang_raw.py
docs/_build
# User-specific files
*.rsuser
*.suo
*.user
*.userosscache
*.sln.docstates
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
obj/
bin/