mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Added *.mo and .idea to .gitignore
This commit is contained in:
parent
91b4ee8984
commit
78fb9b559a
1 changed files with 6 additions and 1 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -8,6 +8,11 @@
|
|||
/build
|
||||
/dist
|
||||
/tags
|
||||
*.mo
|
||||
|
||||
# IDE and editor specific files #
|
||||
#################################
|
||||
.idea
|
||||
|
||||
# OS generated files #
|
||||
######################
|
||||
|
@ -18,4 +23,4 @@
|
|||
.Trashes
|
||||
Icon?
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
Thumbs.db
|
||||
|
|
Loading…
Reference in a new issue