We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a44e3c9 commit 57165daCopy full SHA for 57165da
1 file changed
.gitignore
@@ -28,10 +28,10 @@
28
29
# Default Delphi compiler directories
30
# Content of this directories are generated with each Compile/Construct of a project.
31
-# Most of the time, files here have not there place in a code repository.
32
-#Win32/
33
-#Win64/
34
-#Win64x/
+# Most of the time, files here have not their place in a code repository.
+Win32/
+Win64/
+Win64x/
35
#OSX64/
36
#OSXARM64/
37
#Android/
@@ -115,3 +115,8 @@ __recovery/
115
116
# Boss dependency manager vendor folder https://github.com/HashLoad/boss
117
modules/
118
+
119
+# Output files
120
+*.pdf
121
+*.docx
122
+*.zip
0 commit comments