Skip to content

Instantly share code, notes, and snippets.

@demoriz
Last active November 1, 2023 08:14
Show Gist options
  • Save demoriz/111a209c2c565921dc6b6d916a1449a9 to your computer and use it in GitHub Desktop.
Save demoriz/111a209c2c565921dc6b6d916a1449a9 to your computer and use it in GitHub Desktop.
[.gitignore] #git
# Node artifact files
node_modules/
dist/
# Compiled Java class files
*.class
# Compiled Python bytecode
*.py[cod]
# Log files
*.log
# Package files
*.jar
# Maven
target/
# JetBrains IDE
.idea/
# Unit test reports
TEST*.xml
# Generated by MacOS
.DS_Store
# Generated by Windows
Thumbs.db
# Applications
*.app
*.exe
*.war
# Large media files
*.mp4
*.tiff
*.avi
*.flv
*.mov
*.wmv
# Archives
*.zip
*.rar
*.tar
*.gz
*.bz
*.tgz
*.tbz
# Docs
*.xml
*.csv
*.xls*
*.doc*
*.odt
# Web Server
.htsecure
*htaccess*
# Project assets
/bitrix/*
/desktop_app/*
/upload/*
/test/*
/pub/*
robots.txt
sitemap*
restore.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment