当我注意到项目超过600 MB时,我去了一个Django项目来发送它。
我认为sqlite3数据库文件超过450mb,所以我通过一些步骤重置它并删除了生成所有数据的探查器应用程序。
然而,当我检查他的根文件夹时,我仍然看到整个项目的文件大小约为400 MB。
这是我ls -lha
的查找器输出(这本身看起来很荒谬吗?)
应用:
drwxr-xr-x 14 funglr-dan staff 448B Feb 13 11:03 django_app
什么? 448字节?显然不对。 在App中:
drwxr-xr-x 13 funglr-dan staff 416B Feb 13 11:04 .git
-rw-r--r-- 1 funglr-dan staff 500B Feb 13 11:03 .gitignore
drwxr-xr-x 3 funglr-dan staff 96B Jan 15 20:49 .vscode
drwxr-xr-x 26 funglr-dan staff 832B Feb 7 16:30 bin
-rw-r--r-- 1 funglr-dan staff 97B Jan 15 20:49 date-test.py
drwxr-xr-x 3 funglr-dan staff 96B Feb 7 16:30 include
drwxr-xr-x 3 funglr-dan staff 96B Jan 11 18:44 lib
-rw-r--r-- 1 funglr-dan staff 60B Feb 13 10:26 pip-selfcheck.json
drwxr-xr-x 3 funglr-dan staff 96B Jan 30 18:31 selenium
drwxr-xr-x 9 funglr-dan staff 288B Feb 13 10:56 webapp
然而,当我在finder中检查同一个django_app文件夹时,查找程序报告506.2 MB
捂脸..