Skip to content

Commit 768a629

Browse files
committed
🔄 synced local '.gitignore' with remote '.gitignore'
1 parent 2bb28d1 commit 768a629

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

‎.gitignore‎

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,29 @@
33
/.idea
44

55
# Bearsampp
6-
/.dev
6+
/tmp/*
7+
/core/tmp/*
8+
/logs/*
9+
10+
# ignore "current" directories
11+
/**/current
12+
/bin/**/data
13+
14+
# Exempt bin since its for temp use only.
15+
/bin/
716

817
# Visual Studio
918
.vscode/
1019
.vs/
1120
.vsc/
1221

13-
# ignore "current" directories
14-
/**/current
15-
1622
# Qodo
1723
/.qodo
24+
25+
# Gradle
26+
.gradle/
27+
build/
28+
.gradletasknamecache
29+
gradle-app.setting
30+
!gradle-wrapper.jar
31+
!gradle-wrapper.properties

0 commit comments

Comments
 (0)