Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Eclipse
.classpath
.project
.settings/

# Netbeans
nbproject/
nbactions.xml

# IntelliJ Idea
*.iml
*.ipr
*.iws
.idea/

# Maven
build.xml
target/
dependency-reduced-pom.xml
pom.xml.versionsBackup

# vim
.*.sw[a-p]

# Mac filesystem dust
.DS_Store/

# (potential) Build files
build/
bin/
dist/
test/
manifest.mf
*.log*
out/
109 changes: 0 additions & 109 deletions JavaVersion/Addition.java

This file was deleted.