Skip to content

Commit 4639125

Browse files
authored
Add .gitignore (#4)
* Add .gitignore * Update .gitignore to specifically allow only lang files
1 parent 3347a89 commit 4639125

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
*
2+
3+
!.gitignore
4+
!LICENSE
5+
!README.md
6+
!fabric.mod.json
7+
8+
!.github/
9+
!.github/**
10+
11+
!assets/
12+
!assets/**/*.lang
13+
14+
!programmer_art_assets/
15+
!programmer_art_assets/**/*.lang

0 commit comments

Comments
 (0)