We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f14583 commit 7358119Copy full SHA for 7358119
.gitignore
@@ -11,11 +11,11 @@
11
#
12
# Diagram Portfolio file. Used by the diagram editor up to Delphi 7.
13
# Uncomment this if you are not using diagrams or use newer Delphi version.
14
-#*.ddp
+*.ddp
15
16
# Visual LiveBindings file. Added in Delphi XE2.
17
# Uncomment this if you are not using LiveBindings Designer.
18
-#*.vlb
+*.vlb
19
20
# Deployment Manager configuration file for your project. Added in Delphi XE2.
21
# Uncomment this if it is not mobile development and you do not use remote debug feature.
@@ -64,3 +64,6 @@ __recovery/
64
65
# Castalia statistics file (since XE7 Castalia is distributed with Delphi)
66
*.stat
67
+
68
+# Common backups
69
+*.bak
0 commit comments