Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Initialize empty repository
- Loading branch information
Alex Petrov
committed
Sep 7, 2020
0 parents
commit 4dbf969dd11109a564672f648125e777b5e85e58
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
25
.gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,25 @@ | ||
.java-version | ||
|
||
operation.log | ||
|
||
*.class | ||
|
||
# Package Files # | ||
*.jar | ||
*.war | ||
*.ear | ||
|
||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml | ||
hs_err_pid* | ||
|
||
*.iml | ||
|
||
target | ||
.idea | ||
|
||
*~ | ||
dumps/* | ||
build/* | ||
repro/* | ||
*/build/* | ||
shared/* |