Last active
November 1, 2023 08:14
-
-
Save demoriz/111a209c2c565921dc6b6d916a1449a9 to your computer and use it in GitHub Desktop.
[.gitignore] #git
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
# 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