forked from reflex-frp/reflex-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (44 loc) · 692 Bytes
/
.gitignore
File metadata and controls
45 lines (44 loc) · 692 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
dist
dist-*
cabal-dev
*.o
*.hi
*.chi
*.chs.h
.virtualenv
.hsenv
.cabal-sandbox/
cabal.sandbox.config
cabal.config
*.jsexe
*.js_hi
*.js_o
*~
tags
TAGS
result
*.log
.DS_Store
# Hide any files in hack-on/off quasi-submodules
# nixpkgs/*
# !nixpkgs/default.nix
# !nixpkgs/github.json
# reflex/*
# !reflex/default.nix
# !reflex/github.json
# jsaddle/*
# !jsaddle/default.nix
# !jsaddle/github.json
# jsaddle-dom/*
# !jsaddle-dom/default.nix
# !jsaddle-dom/github.json
# ghcjs-dom/*
# !ghcjs-dom/default.nix
# !ghcjs-dom/github.json
# reflex-dom/*
# !reflex-dom/default.nix
# !reflex-dom/github.json
# reflex-todomvc/*
# !reflex-todomvc/default.nix
# !reflex-todomvc/github.json
# /dist-newstyle/