Skip to content
Snippets Groups Projects
Commit 4e41ebd1 authored by jez04's avatar jez04
Browse files

build: add default gitignore

parent 1bda14d3
No related merge requests found
Pipeline #1006 failed with stages
in 0 seconds
......@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cz.vsb.fei.java2</groupId>
<artifactId>javafx-quickstart</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>
<packaging>maven-archetype</packaging>
<build>
......
# Eclipse
.classpath
.project
.settings/
# Intellij
.idea/
*.iml
*.iws
# Mac
.DS_Store
# Maven
log/
target/
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment