diff options
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,5 +9,6 @@ build/ *.iml *.ipr out/ +target/ !**/src/main/**/out/ -!**/src/test/**/out/
\ No newline at end of file +!**/src/test/**/out/ |
| index : vk-api-testing.git | ||
| Unnamed repository; edit this file 'description' to name the repository. | SelfLearner |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | .gitignore | 3 |
@@ -9,5 +9,6 @@ build/ *.iml *.ipr out/ +target/ !**/src/main/**/out/ -!**/src/test/**/out/
\ No newline at end of file +!**/src/test/**/out/ |