Added .gitignore for IntelliJ specific configuration files
As a first-code-commit excercise I'm walking through the whole project setup process. Given that I like using IntelliJ as my IDE, adding a few things to the .gitignore seems innocuous enough. Change-Id: I2d08c966448d8ebc8dec72ceb88cb834dab40b78
This commit is contained in:
parent
d6066f2a75
commit
20ad3eac30
4
.gitignore
vendored
4
.gitignore
vendored
@ -57,3 +57,7 @@ ChangeLog
|
|||||||
|
|
||||||
# Local settings
|
# Local settings
|
||||||
local_settings.py
|
local_settings.py
|
||||||
|
|
||||||
|
# IDE settings
|
||||||
|
.idea
|
||||||
|
*.iml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user