Skip to content

Commit

Permalink
Merge pull request #2 from jridfe/gitignore
Browse files Browse the repository at this point in the history
Add .gitignore
  • Loading branch information
jridfe authored Oct 10, 2019
2 parents d97a16e + 8faa3dc commit 930aee0
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 930aee0

Please sign in to comment.