-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
36 lines (31 loc) · 966 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
# v2023-02-04 [rivy]
# spell-checker:ignore (people) Roy Ivy III * rivy (words) globstar
# NOTE: Git GLOBSTAR syntax [see `git help gitignore`]
# * ref: [.gitignore] http://git-scm.com/docs/gitignore @@ http://archive.is/Rk6rO
# * ref: [Generate a 'gitignore'](https://gitignore.io) ; eg, <https://gitignore.io/api/node>
# ignore intermediate/undistributed build artifacts
build
[._@#$]build
target
# ignore coverage data
coverage
[._@#$]coverage
.nyc_output
# ignore JS import/package-related files
node_modules
package-lock.json
yarn.lock
# * allow packaging of lock files into '.deps-lock'
!.deps-lock/package-lock.json
!.deps-lock/yarn.lock
# ignore `yarn`-related files (allows use of "modern" v2+ `yarn`)
# * ref: <https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored> @@ <https://archive.is/Sc1Ab>
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# * use `.yarnrc.yml` for `yarn` config
.yarnrc