Fix .gitignore not ignoring generated code
This commit is contained in:
parent
b82639cf0d
commit
de5da4168c
|
@ -4,6 +4,6 @@ build/
|
|||
.gradle/
|
||||
|
||||
# Generated code
|
||||
tl/Abstract.java
|
||||
tl/Types.java
|
||||
tl/Functions.java
|
||||
**/tl/Abstract.java
|
||||
**/tl/Types.java
|
||||
**/tl/Functions.java
|
||||
|
|
Loading…
Reference in New Issue