add *.txt to gitignore

This commit is contained in:
Vincze József 2024-07-30 11:37:40 +02:00
parent e296c64173
commit 5477dd796d
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -127,6 +127,7 @@ dist
202*/**/*.* 202*/**/*.*
exportDB/ exportDB/
*.pdf *.pdf
*.txt
public/bower_components public/bower_components
# yarn v2 # yarn v2
.yarn/cache .yarn/cache