fgeoffroy / YanivOnline

0 stars 0 forks source link

files to be ignored upon commit ? #13

Open jfouret opened 4 years ago

jfouret commented 4 years ago
Untracked files:
  (use "git add <file>..." to include in what will be committed)

    yaniv/game/__pycache__/
    yaniv/game/migrations/0001_initial.py
    yaniv/game/migrations/__pycache__/
    yaniv/yaniv/__pycache__/
jfouret commented 4 years ago

@fgeoffroy ton avis?

fgeoffroy commented 4 years ago

pycache can be ignored

You can ignore 0001_initial.py but you have to do makemigrations and migrate if you do so (i have implemented them in make test so it's okay)

fgeoffroy commented 4 years ago

Sorry i have added makemigrations and migrate in run.sh, not in the make test