Update '.gitignore' to resolve issues whereby NECESSARY FILES are not committed or recorded... #1
+35
-27
@@ -1,3 +1,11 @@
|
|||||||
|
#IGNORED/REMOVED
|
||||||
|
# SQL Server files (lines: 379-382)
|
||||||
|
# GhostDoc plugin setting file (lines: 396-397)
|
||||||
|
# Autogenerated VS/MD/Consulo solution and project files [UNITY -> kills Visual Studio...do only on project directory basis...] (lines: 549-565)
|
||||||
|
# CDT-specific (C/C++ Development Tooling) [Eclipse/Java] (lines: 605-606)
|
||||||
|
# sbteclipse plugin [Eclipse effects .target files necessary for Xamarin and .NET CORE,.NET Standard, & .NET. Fwk apps per MSBuild] (lines: 617-618)
|
||||||
|
#Mono Project Files [*.resources necessary for xamarin projects, c# projects, .net fwk/core/standard projects, and c++ projects ... @ bear minimum...] (lines: 667-670)
|
||||||
|
|
||||||
# ---> Android
|
# ---> Android
|
||||||
# Built application files
|
# Built application files
|
||||||
*.apk
|
*.apk
|
||||||
@@ -369,9 +377,9 @@ ServiceFabricBackup/
|
|||||||
*.rptproj.bak
|
*.rptproj.bak
|
||||||
|
|
||||||
# SQL Server files
|
# SQL Server files
|
||||||
*.mdf
|
#*.mdf
|
||||||
*.ldf
|
#*.ldf
|
||||||
*.ndf
|
#*.ndf
|
||||||
|
|
||||||
# Business Intelligence projects
|
# Business Intelligence projects
|
||||||
*.rdl.data
|
*.rdl.data
|
||||||
@@ -386,7 +394,7 @@ ServiceFabricBackup/
|
|||||||
FakesAssemblies/
|
FakesAssemblies/
|
||||||
|
|
||||||
# GhostDoc plugin setting file
|
# GhostDoc plugin setting file
|
||||||
*.GhostDoc.xml
|
#*.GhostDoc.xml
|
||||||
|
|
||||||
# Node.js Tools for Visual Studio
|
# Node.js Tools for Visual Studio
|
||||||
.ntvs_analysis.dat
|
.ntvs_analysis.dat
|
||||||
@@ -475,8 +483,8 @@ MigrationBackup/
|
|||||||
*.code-workspace
|
*.code-workspace
|
||||||
|
|
||||||
# ---> NotepadPP
|
# ---> NotepadPP
|
||||||
# Notepad++ backups #
|
# Notepad++ backups #
|
||||||
*.bak
|
*.bak
|
||||||
|
|
||||||
# ---> SublimeText
|
# ---> SublimeText
|
||||||
# Cache files for Sublime Text
|
# Cache files for Sublime Text
|
||||||
@@ -539,22 +547,22 @@ GitHub.sublime-settings
|
|||||||
.gradle/
|
.gradle/
|
||||||
|
|
||||||
# Autogenerated VS/MD/Consulo solution and project files
|
# Autogenerated VS/MD/Consulo solution and project files
|
||||||
ExportedObj/
|
#ExportedObj/
|
||||||
.consulo/
|
#.consulo/
|
||||||
*.csproj
|
#*.csproj
|
||||||
*.unityproj
|
#*.unityproj
|
||||||
*.sln
|
#*.sln
|
||||||
*.suo
|
#*.suo
|
||||||
*.tmp
|
#*.tmp
|
||||||
*.user
|
#*.user
|
||||||
*.userprefs
|
#*.userprefs
|
||||||
*.pidb
|
#*.pidb
|
||||||
*.booproj
|
#*.booproj
|
||||||
*.svd
|
#*.svd
|
||||||
*.pdb
|
#*.pdb
|
||||||
*.mdb
|
#*.mdb
|
||||||
*.opendb
|
#*.opendb
|
||||||
*.VC.db
|
#*.VC.db
|
||||||
|
|
||||||
# Unity3D generated meta files
|
# Unity3D generated meta files
|
||||||
*.pidb.meta
|
*.pidb.meta
|
||||||
@@ -595,7 +603,7 @@ local.properties
|
|||||||
*.pydevproject
|
*.pydevproject
|
||||||
|
|
||||||
# CDT-specific (C/C++ Development Tooling)
|
# CDT-specific (C/C++ Development Tooling)
|
||||||
.cproject
|
#.cproject
|
||||||
|
|
||||||
# CDT- autotools
|
# CDT- autotools
|
||||||
.autotools
|
.autotools
|
||||||
@@ -607,7 +615,7 @@ local.properties
|
|||||||
.buildpath
|
.buildpath
|
||||||
|
|
||||||
# sbteclipse plugin
|
# sbteclipse plugin
|
||||||
.target
|
#.target
|
||||||
|
|
||||||
# Tern plugin
|
# Tern plugin
|
||||||
.tern-project
|
.tern-project
|
||||||
@@ -657,9 +665,9 @@ Backup of *.doc*
|
|||||||
*.usertasks
|
*.usertasks
|
||||||
|
|
||||||
#Mono Project Files
|
#Mono Project Files
|
||||||
*.pidb
|
#*.pidb
|
||||||
*.resources
|
#*.resources
|
||||||
test-results/
|
#test-results/
|
||||||
|
|
||||||
# ---> TortoiseGit
|
# ---> TortoiseGit
|
||||||
# Project-level settings
|
# Project-level settings
|
||||||
|
|||||||
Reference in New Issue
Block a user