mirror of
https://github.com/google/nomulus.git
synced 2025-08-06 01:35:17 +02:00
Add two folders of auto-generated Java classes to .gitignore (#679)
This commit is contained in:
parent
e4d0571125
commit
58618a274e
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -79,6 +79,10 @@ nomulus.iml
|
|||
nomulus.ipr
|
||||
nomulus.iws
|
||||
|
||||
# Auto-generated java classes by Intellij
|
||||
*/src/main/generated/
|
||||
*/src/test/generated_tests/
|
||||
|
||||
# VScode
|
||||
.vscode
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue