mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-03-30 04:31:04 +02:00
Build first maven project
- added maven wrapper - added kst4contest package - moved tests to src/test/main and added @Test as first step - moved resources to src/main/resource
This commit is contained in:
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# Fleet IDE
|
||||
.fleet
|
||||
|
||||
# Intellij
|
||||
.idea
|
||||
*.iml
|
||||
|
||||
# Eclipse
|
||||
.project
|
||||
.classpath
|
||||
|
||||
# Maven
|
||||
target
|
||||
|
||||
|
||||
debug.out
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user