ソースを参照

[Python] adding IDE & static related stuff (#3317)

Meysam 5 年 前
コミット
e931ef7f3e
1 ファイル変更4 行追加0 行削除
  1. 4 0
      Python.gitignore

+ 4 - 0
Python.gitignore

@@ -137,3 +137,7 @@ dmypy.json
 
 # Cython debug symbols
 cython_debug/
+
+# static files generated from Django application using `collectstatic`
+media
+static