gitignore update
This commit is contained in:
parent
a136b4b078
commit
82c0873221
|
|
@ -10,3 +10,24 @@ recordings
|
||||||
*.swp
|
*.swp
|
||||||
*~
|
*~
|
||||||
noVNC-*.tgz
|
noVNC-*.tgz
|
||||||
|
|
||||||
|
# IDE FILES #
|
||||||
|
######################
|
||||||
|
|
||||||
|
/.idea/dataSources
|
||||||
|
/.idea/dictionaries
|
||||||
|
/.idea/dataSources.local.xml
|
||||||
|
/.idea/dataSources.xml
|
||||||
|
/.idea/workspace.xml
|
||||||
|
/.idea/shelf
|
||||||
|
/.vscode
|
||||||
|
|
||||||
|
# OS generated files #
|
||||||
|
######################
|
||||||
|
.history
|
||||||
|
.DS_Store
|
||||||
|
.DS_Store?
|
||||||
|
._*
|
||||||
|
.Spotlight-V100
|
||||||
|
.Trashes
|
||||||
|
.directory
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue