LoginSignup
0
0

More than 5 years have passed since last update.

Django girls tutorial の .gitignoreで困ってます!!

Posted at

現在Django girls tutorialを進めているのですが、

djangogirlsディレクトリに、.gitignoreという名前のファイルを作成しましょう。

myvenv
pycache
staticfiles
local_settings.py
db.sqlite3
*.py[co]

をファイル内に記入するというところでつまずいています。

djangogirlsディレクトリ内で、ターミナルで touch .gitignore と記入したのですが、finderの中になくてファイルが作成されていないと思っているのですが、どのように対処すれば良いか教えていただけるとありがたいです!

0
0
3

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0