Skip to content

Commit 74ef922

Browse files
Merge pull request #53 from AdobeDocs/gitignore
chore: trim .gitignore to essentials
2 parents 6637303 + 6f4ad2b commit 74ef922

1 file changed

Lines changed: 8 additions & 42 deletions

File tree

.gitignore

Lines changed: 8 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,16 @@
11

2-
# OS and IDE generated files #
3-
##############################
2+
# OS
43
.DS_Store
5-
.vscode
6-
.history
7-
.idea
8-
.editorconfig
94

10-
# npm yarn
11-
node_modules
12-
package-lock.json
13-
yarn-error.log
14-
.pnp.*
15-
.yarn/*
16-
17-
# keep in repo
18-
!.gitignore
19-
!.yarn.lock
20-
!.yarnrc.yml
21-
!.yarn/patches
22-
!.yarn/plugins
23-
!.yarn/releases
24-
!.yarn/sdks
25-
!.yarn/versions
5+
# IDE
6+
.vscode
267

27-
# gatsby files
8+
# environment variables
289
.env
29-
.cache
30-
public
3110

32-
# cypress
33-
cypress/videos
34-
cypress/screenshots
35-
36-
# lerna
37-
lerna-debug.log
38-
39-
# local actions
40-
.actrc
41-
.secrets
42-
local-test.yml
43-
44-
# yalc
45-
.yalc
46-
yalc.lock
11+
# npm
12+
node_modules
13+
package-lock.json
4714

48-
#txt
49-
linter-output.txt
15+
# generated by .github/workflows/lint.yml
5016
linter-report.txt

0 commit comments

Comments
 (0)