mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-31 10:19:54 +03:00
.gitignore ignore all .idea files, except those from initialization
This commit is contained in:
parent
7ec4a20f5e
commit
3a64ba6dc4
17
{{cookiecutter.repo_name}}/.gitignore
vendored
17
{{cookiecutter.repo_name}}/.gitignore
vendored
|
@ -39,13 +39,22 @@ nosetests.xml
|
|||
|
||||
{% if cookiecutter.use_pycharm == 'y' %}
|
||||
# Pycharm
|
||||
.idea
|
||||
!.idea/modules.xml
|
||||
.idea/*
|
||||
!.idea/{{cookiecutter.repo_name}}.iml
|
||||
!.idea/runConfigurations/Docker.xml
|
||||
!.idea/deployment.xml
|
||||
!.idea/modules.xml
|
||||
!.idea/webResources.xml
|
||||
!.idea/webServers.xml
|
||||
!.idea/runConfigurations
|
||||
!.idea/runConfigurations/build.xml
|
||||
!.idea/runConfigurations/compass.xml
|
||||
!.idea/runConfigurations/Docker__*.xml
|
||||
!.idea/runConfigurations/serve.xml
|
||||
!.idea/runConfigurations/start_email_server.xml
|
||||
!.idea/runConfigurations/stop_email_server.xml
|
||||
!.idea/runConfigurations/watch.xml
|
||||
{% endif %}
|
||||
|
||||
|
||||
# Vim
|
||||
|
||||
*~
|
||||
|
|
Loading…
Reference in New Issue
Block a user