我正在使用Pycharm处理Django项目。从截图中可以看出,我有一个名为base_generic.html
的HTML文件和一个名为blog/
的目录
~/PycharmProjects/diyblog/templates/
。
但是,在终端中执行ls ~/PycharmProjects/diyblog/templates/
不会打印任何内容,这意味着实际文件系统中不存在此文件。
我注意到它的文件名是绿色的,大概是因为它是一个新创建的文件。我使用git作为我的VCS,这有关系吗?我是否必须git add -A
和/或git commit -m 'ignore me -- making change to the file system'
才能将更改应用于文件系统?
这是Version Control: Console
12:13:27.760: [diyblog] git -c core.quotepath=false rm --ignore-unmatch --cached -- .idea/inspectionProfiles/profiles_settings.xml
12:13:35.439: [diyblog] git -c core.quotepath=false add --ignore-errors -- .idea/vcs.xml
20:27:02.649: [diyblog] git -c core.quotepath=false add --ignore-errors -- .idea/dataSources.xml
21:09:40.354: [diyblog] git -c core.quotepath=false add --ignore-errors -- templates/base_generic.html
21:13:52.903: [diyblog] git -c core.quotepath=false rm --ignore-unmatch --cached -- templates/base_generic.html
21:13:53.015: [diyblog] git -c core.quotepath=false add --ignore-errors -- blog/template/base_generic.html
21:15:23.659: [diyblog] git -c core.quotepath=false add --ignore-errors -- blog/template/blog/blog_list.html
21:21:52.913: [diyblog] git -c core.quotepath=false add --ignore-errors -- blog/template/blog/blogger_list.html
21:26:17.569: [diyblog] git -c core.quotepath=false rm --ignore-unmatch --cached -- blog/template/blog/blog_list.html blog/template/blog/blogger_list.html blog/template/base_generic.html
21:26:17.664: [diyblog] git -c core.quotepath=false add --ignore-errors -- blog/templates/blog/blog_list.html blog/templates/blog/blogger_list.html blog/templates/base_generic.html
以下是有关信息,如果相关的话
Pycharm PyCharm 2017.1
Build #PY-171.3780.115, built on March 24, 2017
Licensed to sun qingyao
Subscription is active until December 7, 2017
For educational use only.
JRE: 1.8.0_112-release-736-b13 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Mac OS X 10.12.3