Skip to content

Commit

Permalink
Initial Project Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit committed Jul 17, 2023
1 parent 0ef14c1 commit 6a94878
Show file tree
Hide file tree
Showing 13 changed files with 1,837 additions and 0 deletions.
83 changes: 83 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
.nopublish

### Windows ###

thumbs.db
*.db

### Java ###

*.class

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.war
*.ear
*.txt

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

### Eclipse ###

*.pydevproject
.metadata
.gradle
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
/eclipse

# Eclipse Core
.project

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# CDT-specific
.cproject

# JDT-specific (Eclipse Java Development Tools)
.classpath

# Java annotation processor (APT)
.factorypath

# PDT-specific
.buildpath

# sbteclipse plugin
.target

# TeXlipse plugin
.texlipse

### Intellij IDEA ###

*.iml
*.ipr
*.iws

.idea/
.idea_modules/
/classes/
/out/
/build/

# Linux
*~

run/

logs/
Loading

0 comments on commit 6a94878

Please sign in to comment.