Add .gitignore file for dotenv, dotsettings, dotfilessh, git, vim, vscode

This commit is contained in:
Amir Husayn Panahifar 2025-06-02 04:54:18 +03:30
parent c8026beb26
commit 9abfbeea42
Signed by: ahp
GPG key ID: 721B4EFB2B307458

68
.gitignore vendored Normal file
View file

@ -0,0 +1,68 @@
### dotenv ###
.env
### DotfilesSh ###
local-patch
patched-src
### DotSettings ###
*.DotSettings
### Git ###
# Created by git for backups. To disable backups in Git:
# $ git config --global mergetool.keepBackup false
*.orig
# Created by git when using merge tools for conflicts
*.BACKUP.*
*.BASE.*
*.LOCAL.*
*.REMOTE.*
*_BACKUP_*.txt
*_BASE_*.txt
*_LOCAL_*.txt
*_REMOTE_*.txt
### Vim ###
# Swap
[._]*.s[a-v][a-z]
!*.svg # comment out if you don't need vector files
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
# Session
Session.vim
Sessionx.vim
# Temporary
.netrwhist
*~
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~
### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
# Local History for Visual Studio Code
.history/
# Built Visual Studio Code Extensions
*.vsix
### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide
### Project ###
build
output