Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsoro committed Aug 21, 2014
1 parent 6fffec1 commit f83eea4
Showing 1 changed file with 10 additions and 10 deletions.
Expand Up @@ -8,18 +8,18 @@

/**
*
* @author <a href="danielsoro@gmail.com">Daniel Cunha (soro)</a>
* @author <a href="mailto:danielsoro@gmail.com">Daniel Cunha (soro)</a>
*
*/
public interface GitConstants
{
static final String GIT_DIRECTORY = ".git";
static final String GITIGNORE = ".gitignore";
static final String GLOBAL_TEMPLATES = "Global";
static final String GIT_REMOTE_ORIGIN = "origin";
static final String GIT_REFS_HEADS = "refs/heads";
static final String CLONE_LOCATION_KEY = "gitignore.plugin.clone";
static final String REPOSITORY_KEY = "gitignore.plugin.repo";
static final String BOILERPLATE_FILE = ".gitignore_boilerplate";
static final String REPOSITORY = "https://github.com/github/gitignore.git";
String GIT_DIRECTORY = ".git";
String GITIGNORE = ".gitignore";
String GLOBAL_TEMPLATES = "Global";
String GIT_REMOTE_ORIGIN = "origin";
String GIT_REFS_HEADS = "refs/heads";
String CLONE_LOCATION_KEY = "gitignore.plugin.clone";
String REPOSITORY_KEY = "gitignore.plugin.repo";
String BOILERPLATE_FILE = ".gitignore_boilerplate";
String REPOSITORY = "https://github.com/github/gitignore.git";
}

0 comments on commit f83eea4

Please sign in to comment.