Skip to content

Commit 67b5cff

Browse files
committed
🔄 synced local '.gitignore' with remote '.gitignore'
1 parent 6a38d5a commit 67b5cff

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

‎.gitignore‎

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,22 @@
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
1824

0 commit comments

Comments
 (0)