Skip to content

Commit

Permalink
Add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jridfe committed Oct 10, 2019
1 parent d97a16e commit 8faa3dc
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Ignore .gitignore, target, dist and tmp folders
src/*/.gitignore
src/*/target/
src/*/dist/
src/*/coverage/
/target
/tmp

# Ignore default target directory for the npm package 'ui5-codecompletion'
.ui5

# Ignore Eclipse project and settings files
.classpath
.settings
.project
.externalToolBuilders

# Ignore IntelliJ project and settings files
.idea
*.iml

# Ignore Mac files
.DS_Store

# Ignore Visual Studio project and settings files
*.sln
*.suo
web.config
/.user.project.json
/sap-ui-cachebuster-info.json

# Ignore Visual Studio Code project and settings files
.vscode/

# Ignore yarn files
yarn-error.log*
yarn-debug.log*
.yarn-integrity
# Ignore default target directory for the npm package 'ui5-schemas'
.tmp

0 comments on commit 8faa3dc

Please sign in to comment.