# 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*

# git config --global core.excludesfile ~/.gitignore_global

# Some common .gitignore configurations: https://gist.github.com/octocat/9257657

# Copy the next content on the .gitignore_global file:

.DS_Store

*.class

bin/
.settings/

# Eclipse files
.project
.classpath
.metadata/

# IntelliJ
.idea/
*.iml
*.ipr
*.iws
atlassian-ide-plugin.xml

# Maven files
target/

# Package Files #
*.jar
*.war
*.ear
.vscode
!.vscode/launch.json
LeetCode/string/.vscode/launch.json
LeetCode/string/.vscode/launch.json
/out/
