Skip to content

Commit d4b350e

Browse files
authored
chore: Add *.lic to .gitignore (#394)
Adding `*.lic` to `.gitignore` so that accidentally committing license files requires additional steps.
1 parent 98c4980 commit d4b350e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,6 @@ cython_debug/
170170

171171
/.luarc.json
172172
_dev/
173+
174+
# license files should not be commited to this repository
175+
*.lic

integration/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
*.lic
21
logs
32
reports

0 commit comments

Comments
 (0)