mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-21 18:52:36 +01:00
Clean .gitignore file by removing redundant entries
Removed unnecessary entries for /src/TestResults/, NuGet files, and package directories. Also added .idea/ for JetBrains Rider configuration files. This ensures the .gitignore file is more organized and easier to maintain. Signed-off-by: Ivandro Jao <Ivandrofly@gmail.com>
This commit is contained in:
parent
95e4c2450b
commit
244e6075be
13
.gitignore
vendored
13
.gitignore
vendored
@ -10,7 +10,6 @@
|
||||
/src/Properties/AssemblyInfo.cs
|
||||
/src/ui/Properties/AssemblyInfo.cs
|
||||
/src/libse/Properties/AssemblyInfo.cs
|
||||
/src/TestResults/
|
||||
/SubtitleEdit.lzma
|
||||
/SubtitleEdit.tar
|
||||
/SubtitleEdit.tgz
|
||||
@ -20,26 +19,20 @@ SubtitleEdit-*-setup.exe
|
||||
SubtitleEdit-*.zip
|
||||
.vscode/
|
||||
|
||||
# JetBrains Rider
|
||||
/.idea/
|
||||
|
||||
# Visual Studio cache/options directory
|
||||
.vs/
|
||||
*.ide
|
||||
|
||||
# NuGet
|
||||
/src/.nuget/NuGet.exe
|
||||
/src/.nuget/NuGet.Config
|
||||
/src/packages/
|
||||
/src/SubtitleEdit.VC.opendb
|
||||
/src/SubtitleEdit.VC.VC.opendb
|
||||
/src/SubtitleEdit.VC.db
|
||||
/src/SubtitleEdit.userprefs
|
||||
SubtitleEditBeta
|
||||
/src/SubtitleEdit.sln.DotSettings
|
||||
/packages/NHunspell.1.2.5554.16953
|
||||
/packages/ILRepack.2.0.18
|
||||
/src/ui/packages
|
||||
/src/ui/ILRepack*
|
||||
/src/ui/NHunspell*
|
||||
/TestResults
|
||||
/packages
|
||||
/src/ui/Languages/XmlContentTranslator.exe
|
||||
/SubtitleEditBetaSetup.zip
|
||||
|
Loading…
Reference in New Issue
Block a user