-
-
Save huseyin/a5c2e2e1178464dc5672d02227a6e7f0 to your computer and use it in GitHub Desktop.
Genel gitignore dosyası (~/.config/git/ignore)
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
.\#* | |
*~ | |
\#* | |
*.bak | |
.*.d | |
*.orig | |
*.rej | |
*.sw | |
.*.sw[a-z] | |
*.swp | |
Desktop.ini | |
.DS_Store? | |
ehthumbs.db | |
Icon? | |
Thumbs.db | |
/.vagrant*/ | |
/.env | |
/.envrc | |
/_/ | |
/.../ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment