Aktualizovat .gitignore
This commit is contained in:
+17
-16
@@ -1,4 +1,3 @@
|
|||||||
# ---> Delphi
|
|
||||||
# Uncomment these types if you want even more clean repository. But be careful.
|
# Uncomment these types if you want even more clean repository. But be careful.
|
||||||
# It can make harm to an existing project source. Read explanations below.
|
# It can make harm to an existing project source. Read explanations below.
|
||||||
#
|
#
|
||||||
@@ -21,24 +20,12 @@
|
|||||||
# Deployment Manager configuration file for your project. Added in Delphi XE2.
|
# Deployment Manager configuration file for your project. Added in Delphi XE2.
|
||||||
# Uncomment this if it is not mobile development and you do not use remote debug feature.
|
# Uncomment this if it is not mobile development and you do not use remote debug feature.
|
||||||
#*.deployproj
|
#*.deployproj
|
||||||
#
|
#
|
||||||
# C++ object files produced when C/C++ Output file generation is configured.
|
# C++ object files produced when C/C++ Output file generation is configured.
|
||||||
# Uncomment this if you are not using external objects (zlib library for example).
|
# Uncomment this if you are not using external objects (zlib library for example).
|
||||||
#*.obj
|
#*.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)
|
# Delphi compiler-generated binaries (safe to delete)
|
||||||
*.exe
|
*.exe
|
||||||
*.dll
|
*.dll
|
||||||
@@ -78,6 +65,20 @@ __recovery/
|
|||||||
# Castalia statistics file (since XE7 Castalia is distributed with Delphi)
|
# Castalia statistics file (since XE7 Castalia is distributed with Delphi)
|
||||||
*.stat
|
*.stat
|
||||||
|
|
||||||
# Boss dependency manager vendor folder https://github.com/HashLoad/boss
|
*.skincfg
|
||||||
modules/
|
*.csv
|
||||||
|
*.otares
|
||||||
|
*.xml
|
||||||
|
*.xsd
|
||||||
|
*.xls
|
||||||
|
*.xlsx
|
||||||
|
|
||||||
|
# *.sql
|
||||||
|
# *.reg
|
||||||
|
|
||||||
|
*.7z
|
||||||
|
|
||||||
|
Win32/
|
||||||
|
Win64/
|
||||||
|
*.bak
|
||||||
|
# *.cmd
|
||||||
|
|||||||
Reference in New Issue
Block a user