.DS_Store is usually from macOS & .idea/ is IntelliJ products (#123)

This commit is contained in:
Derick Alangi 2021-06-23 17:51:24 +01:00 committed by GitHub
parent 39c5fba9d9
commit 5927d2cc8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitignore vendored
View File

@ -1,7 +1,9 @@
# PocketLang ignore list # PocketLang ignore list
.idea/
.vs/ .vs/
.vscode/ .vscode/
.DS_Store
build/ build/
# Prerequisites # Prerequisites