a compression algorithem and package written in java
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 43 lines 547 B view raw
1.gradle 2build/ 3!gradle/wrapper/gradle-wrapper.jar 4!**/src/main/**/build/ 5!**/src/test/**/build/ 6.kotlin 7 8### IntelliJ IDEA ### 9.idea/modules.xml 10.idea/jarRepositories.xml 11.idea/compiler.xml 12.idea/libraries/ 13*.iws 14*.iml 15*.ipr 16out/ 17!**/src/main/**/out/ 18!**/src/test/**/out/ 19 20### Eclipse ### 21.apt_generated 22.classpath 23.factorypath 24.project 25.settings 26.springBeans 27.sts4-cache 28bin/ 29!**/src/main/**/bin/ 30!**/src/test/**/bin/ 31 32### NetBeans ### 33/nbproject/private/ 34/nbbuild/ 35/dist/ 36/nbdist/ 37/.nb-gradle/ 38 39### VS Code ### 40.vscode/ 41 42### Mac OS ### 43.DS_Store