Skip to content

Commit

Permalink
#3 gitignore additions
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-rider committed Nov 7, 2024
1 parent a4a2326 commit a50252b
Showing 1 changed file with 61 additions and 2 deletions.
63 changes: 61 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,64 @@
# java
#################
## Misc

bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
.settings
local.properties
.loadpath

# External tool builders
.externalToolBuilders/

## Maven stuff

target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
/workspace/

## IDEA configs

*.iml
/idea/

## Eclipse configs

.project
.classpath
.settings/
.settings/

## Eclipse PDE
*.product.launch

# Dev executables

.cmd
.bat

#############
## Windows detritus
#############

# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Mac crap
.DS_Store

0 comments on commit a50252b

Please sign in to comment.