public
Description: A light weight file IO library to ease the use of Java File IO related API and enable the testability.
Homepage: http://cotta.sourceforge.net/
Clone URL: git://github.com/wolfdancer/cotta.git
cotta / .gitignore
100644 11 lines (10 sloc) 0.103 kb
1
2
3
4
5
6
7
8
9
10
11
*.iws
asserts/bin/*
build/*
tmp/*
classes
core/bin/*
ftp/bin/*
testbase/bin/*
website/output/*
.idea/*