This commit is contained in:
Patrick Prémartin 2022-12-29 15:37:05 +02:00 committed by GitHub
commit 86bc4739a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -26,6 +26,18 @@
#*.obj
#
# Default Delphi compiler directories
# Content of this directories are generated with each Compile/Construct of a project.
# Most of the time, files here have not there place in a code repository.
#Win32/
#Win64/
#OSX64/
#OSXARM64/
#Android/
#Android64/
#iOSDevice64/
#Linux64/
# Delphi compiler-generated binaries (safe to delete)
*.exe
*.dll
@ -67,3 +79,7 @@ __recovery/
# Boss dependency manager vendor folder https://github.com/HashLoad/boss
modules/
# Mac Finder and Windows explorer files
.DS_Store
Thumbs.db