Skip to content

Commit c72df8f

Browse files
author
Dmitry Nikolaev
committed
TestCommit
1 parent a07de4e commit c72df8f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.gitignore

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Use glob syntax
2+
syntax: glob
3+
4+
# Ignore logs
5+
Log/
6+
7+
# Ignore local settings files
8+
*.tcLS
9+
*.tcCfgExtender
10+
11+
# Ignore backup files
12+
*.bak
+4-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-

1+
function test()
2+
{
3+
Log.Message("Test");
4+
}

0 commit comments

Comments
 (0)