-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
56 lines (44 loc) · 1.02 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
# vim swap files
.*.sw[a-z]
# vim local config
.lvimrc
# ctags
tags
# haskell's junk
dist
cabal-dev
*.hi
*.o
.stack-work
# logs
*.log
# someone may have this
srv/cabal.config
# uploaded content
srv/resources/static/fileupload/*
# Mac OS X .DS_Store files
.DS_Store
srv/site_key.txt
srv/resources/private
srv/node_modules
# html files for backend generated from pug templates
srv/resources/static/build/backendPages
# frontend built by webpack
srv/resources/static/build/frontend
# new frontend written in purescript
srv/resources/static/build/pureFrontend
# no more configs in gir repo anymore
srv/snaplets/*
# Auto-generated by stack/hpack
*.cabal
# WARNING! Old deprecated stuff, do not forget to run `npm run clean-old-stuff`
# being inside `srv` dir after migration to webpack.
# Bower's stuff
srv/bower_components
# Static content built by grunt js.
srv/resources/static/css/
srv/resources/static/tpl/
# Ignore all 3p after total bowerification.
srv/resources/static/3p/
# Generated from coffee
srv/resources/static/js/