Browse Source

Remove duplicated .gitignore

tags/7.5
Simon Brandhof 5 years ago
parent
commit
d2410ce9f3
2 changed files with 11 additions and 4 deletions
  1. 11
    3
      .gitignore
  2. 0
    1
      sonar-ws/.gitignore

+ 11
- 3
.gitignore View File

@@ -16,6 +16,12 @@ out/
# Directories generated on build on Windows
bin/

# npm logs
npm-debug.log*
npm.tar.gz
yarn-debug.log*
yarn-error.log*

# ---- Eclipse
.classpath
.project
@@ -37,10 +43,12 @@ Thumbs.db
# Folder config file
Desktop.ini

# ---- vscode
.vscode
# ---- frontend
node/
node_modules/
.vscode/

# ---- Sonar
# ---- SonarQube
.sonar/

# scripts patches, they are local to each developer

+ 0
- 1
sonar-ws/.gitignore View File

@@ -1 +0,0 @@
/target/

Loading…
Cancel
Save