Update .gitignore
This commit is contained in:
parent
07cade80f9
commit
f53efeb564
2 changed files with 16 additions and 0 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -152,3 +152,11 @@ cython_debug/
|
||||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||||
#.idea/
|
#.idea/
|
||||||
|
|
||||||
|
# Pycharm specific files
|
||||||
|
/.idea/image-host-server.iml
|
||||||
|
/.idea/sonarlint/issuestore/index.pb
|
||||||
|
/.idea/misc.xml
|
||||||
|
/.idea/modules.xml
|
||||||
|
/.idea/inspectionProfiles/profiles_settings.xml
|
||||||
|
/.idea/vcs.xml
|
||||||
|
/.idea/watcherTasks.xml
|
||||||
|
|
8
.idea/.gitignore
vendored
Normal file
8
.idea/.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# Default ignored files
|
||||||
|
/shelf/
|
||||||
|
/workspace.xml
|
||||||
|
# Editor-based HTTP Client requests
|
||||||
|
/httpRequests/
|
||||||
|
# Datasource local storage ignored files
|
||||||
|
/dataSources/
|
||||||
|
/dataSources.local.xml
|
Loading…
Reference in a new issue