-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Expand file tree
/
Copy path_config.yml
More file actions
41 lines (38 loc) · 790 Bytes
/
_config.yml
File metadata and controls
41 lines (38 loc) · 790 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
title: up-for-grabs.net
exclude:
- .github
- assets
- docs
- licenses
- node_modules
- scripts
- tests
- .editorconfig
- .eslintrc.json
- .prettierrc.json
- .rubocop.yml
- .ruby-version
- astro.config.mjs
- CNAME
- Dockerfile
- coverage
- dist
- eslint.config.mjs
- eslint-new.config.mjs
- docker-compose.yml
- Gemfile*
- vitest.config.ts
- LICENSE
- package.json
- package-lock.json
- README.md
- src
- tsconfig.json
- vendor
github: [metadata]
# DO NOT DELETE THIS
# This is used to build up the array of projects rendered inside a <noscript>
# tag to support browsers which disable JS. For more context check out
# https://github.com/up-for-grabs/up-for-grabs.net/pull/1412 which explains what
# this gives us.
emptyArray: []