File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed
Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change 1+ #
2+ # Are you tempted to edit this file?
3+ #
4+ # First consider if the changes make sense for all,
5+ # or if they are specific to your workflow/system.
6+ # If it is the latter, you can augment this list with
7+ # entries in .git/info/excludes
8+ #
9+ # see also test/files/.gitignore
10+ #
11+
12+ * .jar
13+ * ~
14+
15+ build.properties
16+
17+ # target directories for ant build
18+ /build /
19+ /dists /
20+
21+ # other
22+ /out /
23+ /bin /
24+ /sandbox /
25+
26+ # eclipse, intellij
27+ /.classpath
28+ /.project
29+ /src /intellij /* .iml
30+ /src /intellij /* .ipr
31+ /src /intellij /* .iws
32+ /.cache
33+ /.idea
34+ /.settings
35+
36+ # bak files produced by ./cleanup-commit
37+ * .bak
38+
39+ # Standard symbolic link to build/quick/bin
40+ qbin
41+
42+ # Mac specific, but that is common enough a dev platform to warrant inclusion.
43+ .DS_Store
44+
45+ target /
You can’t perform that action at this time.
0 commit comments