-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
40 lines (32 loc) · 1.3 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
# Order entries by ascending path length, and within that alphanumerically.
# General: LibreOffice lockfiles while editing a file, anywhere.
.~lock.*
# General.
/Gemfile.lock
/build/
/doc/
/.yardoc/
# General: Qt Creator project configuration files.
/foodrescue-content.cflags
/foodrescue-content.creator
/foodrescue-content.creator.user
/foodrescue-content.cxxflags
/foodrescue-content.files
/foodrescue-content.includes
# Only include the relevant versions of category definition files.
/content-categories/categories-*
!/content-categories/categories-json.2-pretty.json
!/content-categories/categories-txt.1-downloaded.txt
# Only include the relevant, processed versions of downloaded products files.
/content-products/products-*
!/content-products/products-csv.2-filtered.csv
!/content-products/products-delta.*.2-filtered.json
# Ignore automatically generated files and legacy files related to FoodKeeper topics.
/content-topics-foodkeeper/foodkeeper-*-extras.fods.csv
/content-topics-foodkeeper/foodkeeper-*.apk
# Ignore automatically generated files and legacy files related to native topics.
/content-topics-native/topics-native-*.fods.csv
/content-topics-native/topics-native-de.LEGACY.odt
# Ignore experiments with no re-usable results.
/experiments/ruby-syntax.rb
/experiments/foodrescue-content-queries.sql