Skip to content

Commit f2554ce

Browse files
Merge pull request #4 from iirina:add-gitignore
PiperOrigin-RevId: 256113034 Change-Id: I68f1944632d85f82f53f9afa47a0a9c2ea42097d
2 parents 7cf3cef + 8eb9bbf commit f2554ce

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Ignore backup files.
2+
*~
3+
# Ignore Vim swap files.
4+
.*.swp
5+
# Ignore files generated by IDEs.
6+
/.classpath
7+
/.factorypath
8+
/.idea/
9+
/.ijwb/
10+
/.project
11+
/.settings
12+
# Ignore all bazel-* symlinks. There is no full list since this can change
13+
# based on the name of the directory bazel is cloned into.
14+
/bazel-*
15+
# Ignore outputs generated during Bazel bootstrapping.
16+
/output/
17+
# Ignore jekyll build output.
18+
/production
19+
/.sass-cache

0 commit comments

Comments
 (0)