-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
162 lines (144 loc) · 2.75 KB
/
Copy path.gitignore
File metadata and controls
162 lines (144 loc) · 2.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
# Prerequisites (likely specific to some build systems, keep if relevant)
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files (remove if not using Fortran)
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Visual Studio files and folders (Comprehensive exclusion)
.vs/
*.vcxproj
*.vcxproj.filters
*.sln
*.vcxproj.user
*.vcxproj.local
*.suo
*.opensdf
*.sdf
ipch/
vc.db
*.VC.db
*.VC.opendb
x64/
Win32/
_ReSharper.*/
*.cachefile
*.vspscc
*.vssscc
.builds
*.pidb
*.vshistory/
*.vcxproj.DotSettings
*.vcxproj.DotSettings.user
# Ignore the build folder
build/
# Build results (Common - adjust if your build system uses different names)
[Dd]ebug/
[Rr]elease/
bld/
[Bb]in/
[Oo]bj/
out/
# Log files (Common)
*.log
[Ll]ogs/
# CMake build artifacts (if using CMake - keep if relevant)
CMakeCache.txt
CMakeFiles/
_CPack_Packages/
CPackSourceConfigs/
Testing/
# Qt build artifacts (if using Qt - keep if relevant)
*.moc
*.ui.c
*.ui.h
*.rcc.c
*.rcc.h
*.qrc.cpp
*.pro.user*
# Other build artifacts and temporary files (Common)
*_i.c
*_p.c
*_h.h
*.ilk
*.meta
*.rsp
!Directory.Build.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*_wpftmp.csproj
*.tlog
# Code analysis tools (keep if you use them)
*.dSYM/
# Package managers (keep if you use them)
vcpkg_installed/
conan-build/
conan-package/
conan.lock
# Personal or temporary files (Common)
*.userprefs
xcuserdata/
.DS_Store
Thumbs.db
~$*
*~
# Other IDE/Tool specific files (remove if not relevant)
*.plg # Visual Studio 6 build log
*.opt # Visual Studio 6 workspace options
*.vbw # Visual Studio 6 auto-generated workspace
*.vbp # Visual Studio 6 auto-generated project
*.dsw # Visual Studio 6 workspace
*.dsp # Visual Studio 6 project
*.ncb # Visual Studio 6 technical file
*.aps # Visual Studio 6 technical file
_Chutzpah* # Chutzpah Test files
*.GhostDoc.xml # GhostDoc
node_modules/ # Node.js
__pycache__/ # Python
*.pyc # Python
*.tss # Tabs Studio
*.jmconfig # JustMock
OpenCover/ # OpenCover
ASALocalRun/ # Azure Stream Analytics
*.binlog # MSBuild Binary Log
*.nvuser # Nsight GPU debugger
.mfractor/ # MFractors
healthchecksdb # BeatPulse
MigrationBackup/ # VS Package Ref Convert
.ionide/ # Ionide
FodyWeavers.xsd # Fody
.vscode/* # VS Code (keep if you use VS Code as well)
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
.history/ # VS Code Local History
*.sln.iml # JetBrains Rider
# Remove patterns related to .NET specific tools and technologies
# like MSTest, NUnit, BenchmarkDotNet, StyleCop, NuGet, Azure, etc.
# (Removed in this refined list)
/temp