Last active
March 29, 2022 08:30
-
-
Save johnpili/ed0e8d9e1b7a9abd79e63db707aeed63 to your computer and use it in GitHub Desktop.
My .gitignore starter template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# IDE/Settings related stuff | |
.idea | |
.project | |
.settings | |
.vscode | |
.history | |
*.metadata/ | |
*.springBeans | |
*.iml | |
venv/ | |
# SQLITE | |
*.sqlite3 | |
*.db | |
# GIN | |
gin-bin | |
# Logs | |
logs | |
*.log | |
# Process IDS | |
pids | |
*.pid | |
*.seed | |
.DS_Store | |
# SSL/TLS | |
server.crt | |
server.key | |
# JSON files | |
*.json | |
# rice-box related stuff | |
rice-box.go | |
rice-box | |
*rice-box.go | |
target/ | |
bin/ | |
classes/ | |
screenshots/ | |
plugin-entities.jar | |
*.gz | |
*.tmp | |
downloads/ | |
snm-mock/ | |
.recommenders/caches/identified-project-coordinates.json | |
.recommenders/caches/manual-mappings.json | |
Servers/Pivotal tc Server Developer Edition v4.0-config/catalina.policy | |
Servers/Pivotal tc Server Developer Edition v4.0-config/catalina.properties | |
Servers/Pivotal tc Server Developer Edition v4.0-config/context.xml | |
Servers/Pivotal tc Server Developer Edition v4.0-config/jmxremote.access | |
Servers/Pivotal tc Server Developer Edition v4.0-config/jmxremote.password | |
Servers/Pivotal tc Server Developer Edition v4.0-config/server.xml | |
Servers/Pivotal tc Server Developer Edition v4.0-config/tomcat-users.xml | |
Servers/Pivotal tc Server Developer Edition v4.0-config/web.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment