We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dcaf28 commit 13310a2Copy full SHA for 13310a2
.gitignore
@@ -0,0 +1,17 @@
1
+# .gitignore file for CodeSnip project
2
+
3
+# Delphi generated temporary files and directories
4
+*.local
5
+*.identcache
6
+*.projdata
7
+*.tvsconfig
8
+*.dsk
9
+*.~*
10
+__history/
11
12
+# Project specific directories & files
13
+Bin
14
+Exe
15
+Release
16
+Src/CodeSnip.cfg
17
+Src/AutoGen/IntfExternalObj.pas
0 commit comments