Skip to content

Instantly share code, notes, and snippets.

@tartalia
Created October 1, 2015 18:19
Show Gist options
  • Save tartalia/92762c7ffc8cd15926c9 to your computer and use it in GitHub Desktop.
Save tartalia/92762c7ffc8cd15926c9 to your computer and use it in GitHub Desktop.
name: Java Projects
desc: Filters for Java Projects
## Select if filter is inclusive or exclusive
## Inclusive (loose) filter lets through all items not matching rules
## Exclusive filter lets through only items that match to rule
## include or exclude
def: include
## Filters for filenames begin with f:
## Filters for directories begin with d:
## (Inline comments begin with " ##" and extend to the end of the line)
d: \\\.svn$ ## subversion working copy
d: \\.settings$ ## eclipse settings
d: \\target$ ## maven target dirs
f: \.classpath$ ## eclipse files
f: \.project$ ## eclipse files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment