Skip to content

Commit

Permalink
Removed an erroneously added file and added .gitignore (#78)
Browse files Browse the repository at this point in the history
* Removed superfluous file and added .gitignore

* Added .gitignore

---------

Co-authored-by: Kay Ulbrich <[email protected]>
  • Loading branch information
kay-horst and Kay Ulbrich authored Apr 17, 2024
1 parent 14ccf8a commit 555d449
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
Binary file removed .DS_Store
Binary file not shown.
55 changes: 55 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
HELP.md
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/

### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
bin/
!**/src/main/**/bin/
!**/src/test/**/bin/

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/

### VS Code ###
.vscode/

# Emacs backups
*~
.#*
\#*

# Log files
*.log

# MacOS does this
.DS_Store
~*

# Jacoco generated
*.exec

# KDiff3 backup files
*.orig

0 comments on commit 555d449

Please sign in to comment.