Initial commit

This commit is contained in:
chrisly42 2021-07-11 17:48:40 +02:00 committed by GitHub
commit a4ddd6fb51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@ -0,0 +1,14 @@
.gradle
/build/
# Ignore Gradle GUI config
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Cache of project
.gradletasknamecache
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
# gradle/wrapper/gradle-wrapper.properties

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# mc68000-asm-plugin
Jetbrains IDE plugin for MC68000 assembly language