Skip to content

Commit 66af5df

Browse files
fix: remove bot-owned entries not in template from .gitignore
1 parent 4014140 commit 66af5df

1 file changed

Lines changed: 4 additions & 29 deletions

File tree

.gitignore

Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,15 @@
1-
# OS and IDE generated files
1+
# OS
22
.DS_Store
3+
4+
# IDE
35
.vscode
4-
.vscode/*
5-
.idea
6-
.editorconfig
76

87
# Environment variables
98
.env
109

11-
# npm / yarn
10+
# npm
1211
node_modules
1312
package-lock.json
14-
yarn-error.log
15-
.pnp.*
16-
.yarn/*
17-
18-
# Keep in repo
19-
!.gitignore
20-
!.yarn.lock
21-
!.yarnrc.yml
22-
!.yarn/patches
23-
!.yarn/plugins
24-
!.yarn/releases
25-
!.yarn/sdks
26-
!.yarn/versions
27-
28-
# Gatsby
29-
.cache
30-
public
31-
32-
# Cypress
33-
cypress/videos
34-
cypress/screenshots
35-
36-
# Lerna
37-
lerna-debug.log
3813

3914
# Lint output
4015
linter-report.txt

0 commit comments

Comments
 (0)