Skip to content

Commit

Permalink
1.0.5: new buildscript + package name
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit committed Jul 17, 2023
1 parent 47b4d3f commit e326fbb
Show file tree
Hide file tree
Showing 34 changed files with 1,821 additions and 351 deletions.
93 changes: 76 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,24 +1,83 @@
# eclipse
bin
*.launch
.settings
.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
.classpath
.gradle
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
/eclipse

# Eclipse Core
.project

# idea
out
# 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
*.iml
.idea

# gradle
build
.gradle
.idea/
.idea_modules/
/classes/
/out/
/build/

# Linux
*~

run/

# other
eclipse
run
*.lock
*.DS_Store
logs/
Loading

0 comments on commit e326fbb

Please sign in to comment.