Skip to content
This repository was archived by the owner on Dec 31, 2024. It is now read-only.

Commit d3571d6

Browse files
committed
fix: make .gitignore more restrictive
1 parent caf9131 commit d3571d6

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

.gitignore

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
.vscode
2-
.gradle
3-
.ignore
4-
/out
5-
/build
6-
/bin
7-
/dst
8-
/*.js
9-
!/build.js
10-
/dead-code
11-
/Metadata.java
1+
*
2+
3+
!/src
4+
!/src/**/*
5+
6+
!/tests
7+
!/tests/**/*
8+
9+
!/.github
10+
!/.github/**/*
11+
12+
!/.gitignore
13+
!/build.js
14+
!/LICENSE
15+
!/README.md

0 commit comments

Comments
 (0)