Skip to content

Instantly share code, notes, and snippets.

@johnpili
Last active March 29, 2022 08:30
Show Gist options
  • Save johnpili/ed0e8d9e1b7a9abd79e63db707aeed63 to your computer and use it in GitHub Desktop.
Save johnpili/ed0e8d9e1b7a9abd79e63db707aeed63 to your computer and use it in GitHub Desktop.
My .gitignore starter template
# 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