forked from d2bridge/d2bridgeframework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (33 loc) · 742 Bytes
/
.gitignore
File metadata and controls
38 lines (33 loc) · 742 Bytes
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
# SVN cvs folder
.svn
# CLAUDE AI folder
.claude
# Delphi compiler generated files, safe to delete
*.dcu
*.map
*.rsm
# Delphi local files (user-specific info)
*.local
*.identcache
*.projdata
*.tvsconfig
*.dsk
*.dsv
# Delphi history and backups
__history/
__recovery/
*.~*
# Castalia statistics file (since XE7 Castalia is distributed with Delphi)
*.stat
Beta/Demos/Lazarus/Lazarus.dbg
Beta/Demos/Lazarus/Lazarus.exe
/Beta/Demos/Lazarus/lib
Beta/Demos/Lazarus/web/Lazarus.dbg
Beta/Demos/Lazarus/web/Lazarus.exe
Beta/Demos/Lazarus/web/Config.ini
/Beta/Demos/Lazarus/web/wwwroot
/Stable/Demos/Lazarus/lib
/Stable/Demos/Lazarus/backup
/Beta/D2Bridge Framework/backup
Stable/Demos/Lazarus/web/Lazarus.dbg
Stable/Demos/Lazarus/web/Lazarus.exe