1
0
mirror of https://github.com/github/gitignore synced 2024-06-03 03:08:12 +02:00

Ignore '.project' and '.classpath' to avoid conflict between development environments.

This commit is contained in:
Allon Hadaya 2012-04-10 22:07:22 -03:00
parent 1a188f2697
commit 3ad9edaa26

View File

@ -14,3 +14,7 @@ gen/
# Local configuration file (sdk path, etc)
local.properties
# Eclipse project files
.classpath
.project