.gitignore 66 B

123456
  1. # Ignore data/ and tmp/
  2. data/
  3. tmp/
  4. .settings/
  5. .buildpath
  6. .project