Add local.properties to gitignore
This commit is contained in:
parent
565af24dd2
commit
67d56fead6
1 changed files with 4 additions and 1 deletions
5
advent-of-code-2023/.gitignore
vendored
5
advent-of-code-2023/.gitignore
vendored
|
@ -13,6 +13,9 @@ out/
|
|||
!**/src/main/**/out/
|
||||
!**/src/test/**/out/
|
||||
|
||||
# Android studio
|
||||
/local.properties
|
||||
|
||||
### Eclipse ###
|
||||
.apt_generated
|
||||
.classpath
|
||||
|
@ -36,4 +39,4 @@ bin/
|
|||
.vscode/
|
||||
|
||||
### Mac OS ###
|
||||
.DS_Store
|
||||
.DS_Store
|
||||
|
|
Loading…
Reference in a new issue