-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path.gitignore
More file actions
101 lines (85 loc) · 2.04 KB
/
.gitignore
File metadata and controls
101 lines (85 loc) · 2.04 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
# Modern Delphi 12.3 .gitignore
#
#-------------------------------------------------------------------------------
# Delphi / C++Builder Compiled Output & Binaries
#-------------------------------------------------------------------------------
*.exe
*.dll
*.so
*.a
*.lib
*.bpl
*.dcp
*.dcu
*.obj
*.o
# Compiled resource files
*.res
#-------------------------------------------------------------------------------
# IDE Generated, User-Specific & Intermediate Files
#-------------------------------------------------------------------------------
*.~*
*.bak
*.old
# Delphi 7 and Delphi 6 Diagram Portfolio
*.ddp
# Delphi 7 (and older) Project Configuration filed automatically created by command line compiler
*.cfg
# General temporary files
*.tmp
# General temporary files
*.temp
*.local
*.dsk
*.cfg
*.map
*.tds
*.drc
*.rsm
*.log
*.pch
*.ipch
*.stat
*.identcache
*.dproj.local
*.dproj.user
*.groupproj.local
*.groupproj.user
# Delphi IDE bookmarks
*.bkm
# TestInsight configuration files
*.tvsconfig
# Files with .history extension
*.history
# Legacy project files
*.dof
*.kof
#-------------------------------------------------------------------------------
# IDE History, Recovery & Autosave
#-------------------------------------------------------------------------------
**/__history/
**/__recovery/
*.autosave
#-------------------------------------------------------------------------------
# Output Directories (using **/ to match at any depth)
#-------------------------------------------------------------------------------
**/Win32/
**/Win64/
**/Debug/
**/Release/
# Cross-platform output folders
**/Linux64/
**/OSX64/
**/OSXARM64/
**/Android/
**/Android64/
**/iOSDevice32/
**/iOSDevice64/
**/iOSSimulator/
#-------------------------------------------------------------------------------
# Common Temporary / Local / Sensitive Files (General)
#-------------------------------------------------------------------------------
# General compressed archives (often backups or downloads)
*.zip
# Environment variable files (CRITICAL for sensitive data)
*.env