13 lines
119 B
Plaintext
13 lines
119 B
Plaintext
|
#files to ignore
|
||
|
|
||
|
*.metadata/**
|
||
|
*.recommenders/**
|
||
|
*target/**
|
||
|
*build/**
|
||
|
*.idea/**
|
||
|
*.iml
|
||
|
|
||
|
#*.class
|
||
|
/target/
|
||
|
*generated/*
|