Skip to content

Instantly share code, notes, and snippets.

@DStereo
Last active May 9, 2018 18:27
Show Gist options
  • Save DStereo/caf5dad6d8b099374e58fca2e8f923e7 to your computer and use it in GitHub Desktop.
Save DStereo/caf5dad6d8b099374e58fca2e8f923e7 to your computer and use it in GitHub Desktop.
Simple template of .gitignore file.
## IDE AND EDITORS
# IDEA
.idea/
# NETBEANS
nbproject/
# SUBLIME TEXT
*.sublime-project
*.sublime-workspace
# VSCODE
.vscode/
# VISUAL STUDIO
.vs/
# NODE
node/
node_modules/
# BUILD
dist/
dest/
build/
public/
*build.*
# LOGS
*.log
# PYTHON
__pycache__/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment