diff --git a/.drone.yml b/.drone.yml index c117820..d1790f2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,5 +26,5 @@ steps: CONTAINERNAME: PlotaFakeNews COMMAND: create OVERWRITE: true - ADMINS: axelde_la_fuente, hugolivet - depends_on: [ docker_image] \ No newline at end of file + ADMINS: axelde_la_fuente,hugolivet + depends_on: [ docker_image ] \ No newline at end of file diff --git a/.gitignore b/.gitignore index ae9ecf7..7853688 100644 --- a/.gitignore +++ b/.gitignore @@ -167,7 +167,8 @@ cython_debug/ .LSOverride # Icon must end with two \r -Icon +Icon + # Thumbnails ._* @@ -281,3 +282,5 @@ fabric.properties # Android studio 3.1+ serialized cache file .idea/caches/build_file_checksums.ser +*/.idea/ +**/.idea/ \ No newline at end of file