mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-09-27 20:11:15 +02:00
add: .zed and OS Generated files to .gitignore, and better exclusion of IDE folder
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -13,8 +13,14 @@
|
|||||||
config/config.dev.json
|
config/config.dev.json
|
||||||
|
|
||||||
# IDE
|
# IDE
|
||||||
/.idea
|
.idea/
|
||||||
/.vscode
|
.vscode/
|
||||||
|
.zed/
|
||||||
|
|
||||||
|
# OS generated files
|
||||||
|
.DS_Store
|
||||||
|
.DS_Store?
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
# Linux executable
|
# Linux executable
|
||||||
ffmpeg
|
ffmpeg
|
||||||
|
|||||||
Reference in New Issue
Block a user