Skip to content

Commit 7c7eb9a

Browse files
authored
Merge pull request #63 from oracle-samples/new-project
adding projects
2 parents 7b0038d + d19fc66 commit 7c7eb9a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+8171
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# IDEs and editors
2+
.idea
3+
*.iml
4+
*.iws
5+
.project
6+
.classpath
7+
*.launch
8+
.settings
9+
*.sublime-workspace
10+
.vscode
11+
12+
# Dependency directories
13+
node_modules
14+
15+
# TypeScript cache
16+
*.tsbuildinfo
17+
18+
# Logs
19+
logs
20+
*.log
21+
npm-debug.log*
22+
23+
# Packaged SuiteCloud projects
24+
build
25+
26+
# misc
27+
.sass-cache
28+
29+
# Optional npm cache directory
30+
.npm
31+
32+
# System Files
33+
.DS_Store
34+
Thumbs.db
35+
36+
# Output of 'npm pack'
37+
*.tgz
38+
39+
# Project config
40+
project.json

0 commit comments

Comments
 (0)