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

Commit 65f79bf

Browse files
committed
modified .gitignore
1 parent 7f06dab commit 65f79bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ stacktrace.log
99
/*DB.*
1010
*/cobertura.ser
1111
.DS_Store
12-
*/target/
12+
target/*
1313
*/out/
1414
*/web-app/plugins
1515
*/web-app/WEB-INF/classes
@@ -19,8 +19,8 @@ Servers
1919
/olfSettingsDB.script
2020
/olfSettingsDB.properties
2121
/olfSettingsDB.log
22-
/testDB.script
23-
/testDB.properties
24-
/testDB.log
22+
*.script
23+
*.properties
24+
*.log
2525
.idea/*
2626
*.iml

0 commit comments

Comments
 (0)