„.gitignore“ ändern
This commit is contained in:
parent
8e3f75d9cc
commit
4eafdc1ef5
|
@ -4,4 +4,25 @@
|
|||
# Intellij
|
||||
.idea/
|
||||
*.iml
|
||||
*.iws
|
||||
*.iws
|
||||
# eclipse specific
|
||||
*.pydevproject
|
||||
.project
|
||||
.metadata
|
||||
bin/**
|
||||
tmp/**
|
||||
tmp/**/*
|
||||
*.tmp
|
||||
*.bak
|
||||
*.swp
|
||||
*~.nib
|
||||
local.properties
|
||||
.classpath
|
||||
.settings/
|
||||
.loadpath
|
||||
|
||||
# External tool builders
|
||||
.externalToolBuilders/
|
||||
|
||||
# Locally stored "Eclipse launch configurations"
|
||||
*.launch
|
Loading…
Reference in New Issue