Skip to content

Commit

Permalink
add custom spellcheck words
Browse files Browse the repository at this point in the history
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
  • Loading branch information
j10a1n15 committed Sep 24, 2024
1 parent 38207c3 commit e333ba1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 46 deletions.
63 changes: 17 additions & 46 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,51 +1,22 @@
# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

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

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

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

.gradle
**/build/
!src/**/build/
# Use **/*.* since if a directory is ignored, children of that directory *cannot* be unignored using ! again.
.idea/**/*.*
!.idea/icon.svg
!.idea/dictionaries/default_user.xml
!.idea/scopes/Mixins.xml
!.idea/liveTemplates/SkyHanni.xml
.vscode/
run/
**/.vscode/
**/.idea/

# Ignore Gradle GUI config
gradle-app.setting

# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
build/
bin/

# Cache of project
.gradletasknamecache
# gradle
build
gradle.properties
.gradle

# Eclipse Gradle plugin generated files
# Eclipse Core
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath
.vscode/settings.json
bin/
eclipse-formatter.xml
/.vscode/
# other
.DS_STORE

.devauth/*
!.devauth/config.toml
.kotlin
10 changes: 10 additions & 0 deletions .idea/dictionaries/default_user.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e333ba1

Please sign in to comment.