forked from openlp/openlp
Merge branch 'add-gitignore' into 'master'
Moved and updated .bzrignore into .gitignore See merge request openlp/openlp!3
This commit is contained in:
commit
ef4367321d
5
.bzrignore → .gitignore
vendored
5
.bzrignore → .gitignore
vendored
@ -8,7 +8,6 @@
|
|||||||
*.nja
|
*.nja
|
||||||
*.orig
|
*.orig
|
||||||
*.pyc
|
*.pyc
|
||||||
resources/i18n/*.ts
|
|
||||||
*.rej
|
*.rej
|
||||||
*.ropeproject
|
*.ropeproject
|
||||||
*.~\?~
|
*.~\?~
|
||||||
@ -16,8 +15,6 @@ resources/i18n/*.ts
|
|||||||
.cache
|
.cache
|
||||||
.coverage
|
.coverage
|
||||||
.directory
|
.directory
|
||||||
.git
|
|
||||||
.gitignore
|
|
||||||
.idea
|
.idea
|
||||||
.kdev4
|
.kdev4
|
||||||
.komodotools
|
.komodotools
|
||||||
@ -35,7 +32,6 @@ env
|
|||||||
htmlcov
|
htmlcov
|
||||||
list
|
list
|
||||||
node_modules
|
node_modules
|
||||||
openlp-test-projectordb.sqlite
|
|
||||||
openlp.cfg
|
openlp.cfg
|
||||||
openlp.pro
|
openlp.pro
|
||||||
openlp/core/resources.py.old
|
openlp/core/resources.py.old
|
||||||
@ -45,4 +41,3 @@ output
|
|||||||
package-lock.json
|
package-lock.json
|
||||||
tags
|
tags
|
||||||
test
|
test
|
||||||
tests.kdev4
|
|
Loading…
Reference in New Issue
Block a user