tag: gitignore

  • How to check what is being ignored in your local git repository using command line

    How to check what is being ignored in your local git repository using command line

    Maria D. Campbell

    Learn how to verify what is being ignored in your local Git repository using command line. This way, you never lose data that may be stored in such files.

    #macOS, #command line, #git, #gitignore

  • How to create a fullstack application using Django and Python Part 4

    How to create a fullstack application using Django and Python Part 4

    Maria D. Campbell

    In this section, I discuss how to install the python-dotenv package and why it is crucial to do so as to safeguard sensitive information the Django application depends on.

    #macOS, #environment variables, #.env, #fullstack development, #git, #gitignore, #python3, #django, #python-dotenv, #security, #series