https://github.com/j4nnis/bproxy
Raw File
Tip revision: 5acf3e50ccee750de3d42f0bcbc7925b1e2f7401 authored by Jannis Muething on 29 October 2018, 19:38:05 UTC
Update README.md
Tip revision: 5acf3e5
.gitignore
# Intellij
.idea/
*.iml
*.iws
*.eml
out/
/build/nbproject/private/
/build/build/
/build/buildtest/
/build/dist/
/build/results/
/bin/
*.class


# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

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

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

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