Skip to content

Commit cd3c7b3

Browse files
authored
chore: More thorough .gitignore (#26)
Copied the .gitignore from relay and removed irrelevant lines
1 parent 62a241c commit cd3c7b3

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.gitignore

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
/target
1+
# Rust
2+
**/*.rs.bk
3+
target
4+
*.pending-snap
25

3-
/gocd/generated-pipelines
4-
/gocd/templates/vendor
6+
# Editors
7+
/.idea/
8+
.DS_Store
9+
10+
# Jsonnet-bundler
11+
gocd/templates/vendor/
12+
gocd/generated-pipelines/

0 commit comments

Comments
 (0)