-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
45 lines (33 loc) · 970 Bytes
/
.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
# For Vim users:
*.swp
*.swo
# For Emacs users:
*~
*#
# For VSCode users
*.vscode
# General:
*.zip
# Convention for old files held temporarily in local filesystem:
*.old
junk
# Ignore this Ruby bundler config
/tools/se_open_data/.bundle/
# Cached data should be written here (or checked out from a store)
/caches/
# data/co-ops-uk/2015-06/Makefile creates a directory for output:
data/co-ops-uk/2015-06/generated-data
# data/co-ops-uk/2016-06/Makefile creates a directory for output:
data/co-ops-uk/2016-06/generated-data
# data/co-ops-uk/2016-06/generate-triples.rb creates some reports:
data/co-ops-uk/2016-06/duplicates.html
data/co-ops-uk/2016-06/websites.html
# data/co-ops-uk/2016-06/generate-triples.rb creates JSON of initiatives, as temporary measure until SPARQL is in place to return these results:
data/co-ops-uk/2016-06/initiatives.json
tests
# Mac OS/X cruft:
.DS_Store
# Ignore local configs
local.conf
# Ignore local Gem installations
.gems/