Added gitignore
This commit is contained in:
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# Ignore log files
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Ignore backup files and flags
|
||||||
|
*.bak
|
||||||
|
*.flag
|
||||||
|
|
||||||
|
# Ignore PowerShell/Batch temporary files
|
||||||
|
*.ps1~
|
||||||
|
*.cmd~
|
||||||
|
*.tmp
|
||||||
|
|
||||||
|
.vscode/
|
||||||
Reference in New Issue
Block a user