diff options
| author | Matthew Bergman <[email protected]> | 2012-08-24 02:35:26 -0700 |
|---|---|---|
| committer | Matthew Bergman <[email protected]> | 2012-08-24 02:35:26 -0700 |
| commit | 0fb7eb4c2e965164465a32763e4e14a1f9164418 (patch) | |
| tree | 4306008b6f118737380d0474ed80469f590763a9 | |
| parent | 68afb624cd97404eab9c62976944d62400c9efc2 (diff) | |
| parent | f6259d7e339942f227a95f0140391c60e5e6e14a (diff) | |
| download | faker-0fb7eb4c2e965164465a32763e4e14a1f9164418.tar.xz faker-0fb7eb4c2e965164465a32763e4e14a1f9164418.zip | |
Merge pull request #13 from aratak/gitignore
Add standart gitignore file to repo.
| -rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..0b6837bf --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +TAGS +REVISION +*.tmproj +*~ +.DS_Store +.settings +.project +.tasks-cache +.svn +*DONOTVERSION* +/nbproject +/.idea +lib-cov +node_modules/ +/npm-debug.log |
