forked from DOI-ONRR/doi-extractives-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config-fast.yml
More file actions
64 lines (64 loc) · 1.2 KB
/
Copy path_config-fast.yml
File metadata and controls
64 lines (64 loc) · 1.2 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
exclude:
# top-level log
- '*.log'
# markdown files
- CONTRIBUTING.md
- ISSUE_TEMPLATE.md
- LICENSE.md
- PULL_REQUEST_TEMPLATE.md
- README.md
# ruby dependency files
- Gemfile*
# KSS (style guide) config and template
- kss-config.json
- styleguide-template
# just ignore the whole JS lib directory
- lib
# Node depenencies
- node_modules
- package.json
# unit tests
- test
# webpack configuration
- webpack.config.js
# all of the source (unbuilt) JS files
- js/src
# shell and other scripts
- '*.sh'
- data/**/*.md
- data/**/*.yml
- data/all-production/*/*.?sv
- data/bin
- data/geo/input
- data/gdp
- data/jobs
- lib
- maps/lib
# Makefiles
- Makefile
- '**/Makefile'
# data tools and SQLite databases
- '*.db*'
- .env
- data/**/*.csv
- data/**/*.js
- data/**/*.md
- data/**/*.ndjson
- data/**/*.sql
- data/**/*.svg
- data/env.example
- data/README.md
- data/company-revenue/input
- data/geo/input
- data/jobs/bls
- data/land-stats
- maps/data
- maps/land/*.json
# Exclude following, for speed purposes
- _explore
- _how-it-works
# - _case-studies
- _downloads
- styleguide
- _includes/location
- _states