Fixed: Ignore gecko, vscode and Jetbrains files/folders

pull/2/head
Devin Buhl 5 years ago
parent 604f45bea4
commit 238f99c8ca

5
.gitignore vendored

@ -11,6 +11,7 @@ src/**/[Oo]bj/
*.user *.user
*.sln.docstates *.sln.docstates
.vs/ .vs/
.vscode/
# Build results # Build results
*_i.c *_i.c
@ -144,6 +145,8 @@ artifacts/
Radarr_*/ Radarr_*/
Radarr_*.zip Radarr_*.zip
Radarr_*.gz Radarr_*.gz
gecko.zip
geckodriver.exe
# macOS metadata files # macOS metadata files
._* ._*
@ -171,6 +174,8 @@ packages.config.md5sum
**/.idea/**/tasks.xml **/.idea/**/tasks.xml
**/.idea/shelf/* **/.idea/shelf/*
**/.idea/dictionaries **/.idea/dictionaries
**/.idea/.idea.Radarr.Posix
**/.idea/.idea.Radarr.Windows
# Sensitive or high-churn files # Sensitive or high-churn files
**/.idea/**/dataSources/ **/.idea/**/dataSources/

Loading…
Cancel
Save