update .gitignore // delete .hgignore

This commit is contained in:
Eduard Heimbuch
2020-03-09 11:17:16 +01:00
parent 2c18933951
commit 6ad7ebeb18
2 changed files with 1 additions and 37 deletions

2
.gitignore vendored
View File

@@ -20,7 +20,7 @@ Desktop DF
.classpath
.settings
# idea files
\.iml
*.iml
.idea
# ui
scm-ui/build

View File

@@ -1,36 +0,0 @@
# netbeans temp & private files
/?target/
nbactions.*\.xml
/?nbproject/
nb-configuration\.xml
# MacOS X Files
\.DS_Store$
\._\.DS_Store$
\._\.
Desktop DB$
Desktop DF$
\.hotfiles\.btree$
\.orig$
~$
\.\~.*$
\.bak$
.*\.NavData$
\.orig\..*$
\.chg\..*$
\.rej$
\.conflict\~$
# Eclipse Files
\.project
\.classpath
\.settings
# idea files
\.iml
\.idea$
# jrebel
rebel.xml
\.pyc
# ui
scm-ui/build
scm-ui/coverage
/?node_modules/