mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-02 11:10:12 +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' %}
|
{% if cookiecutter.use_pycharm == 'y' %}
|
||||||
# Pycharm
|
# Pycharm
|
||||||
.idea
|
.idea/*
|
||||||
!.idea/modules.xml
|
|
||||||
!.idea/{{cookiecutter.repo_name}}.iml
|
!.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 %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
# Vim
|
# Vim
|
||||||
|
|
||||||
*~
|
*~
|
||||||
|
|
Loading…
Reference in New Issue
Block a user