Skip to content

Commit 3d820e9

Browse files
committed
build(vcs): Project specific artifact ignores
1 parent c6f5b13 commit 3d820e9

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Common backup files suffix:
2+
*~
3+
14
# Project-specific variable data
25
/var
36

src/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Python byte-compiled files:
2+
*.py[co]
3+
__pycache__
4+
5+
# Build artifacts:
6+
/sentry_syslog.egg-info

0 commit comments

Comments
 (0)