Skip to content

Commit 9e15005

Browse files
gamersonbrianchandotcom
authored andcommitted
LPS-179319 add gitignores
1 parent f21248e commit 9e15005

File tree

3 files changed

+12
-32
lines changed

3 files changed

+12
-32
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
.DS_Store
1+
.DS_Store
2+
**/bin/**
3+
**/build/**
4+
**/dist/**
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
.DS_Store
1+
.DS_Store
2+
**/bin/**
3+
**/build/**
4+
**/dist/**
Lines changed: 4 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,4 @@
1-
**/*.iml
2-
**/.ivy
3-
**/.classpath
4-
**/.project
5-
**/.sass-cache
6-
**/.settings
7-
**/bin
8-
**/build
9-
**/build_gradle
10-
**/dist
11-
**/node_modules
12-
**/node_modules_cache
13-
**/test-coverage
14-
**/tmp
15-
**/.web_bundle_build
16-
.gradle
17-
.idea
18-
/bundles
19-
/gradle-*.properties
20-
/plugins-sdk/**/classes
21-
/plugins-sdk/**/ivy.xml.MD5
22-
/plugins-sdk/**/liferay-hook.xml.processed
23-
/plugins-sdk/build.*.properties
24-
/plugins-sdk/dependencies/**/*.jar
25-
/plugins-sdk/dist
26-
/plugins-sdk/lib
27-
test-results
28-
**/dist
29-
**/node_modules_cache
30-
.DS_Store
1+
.DS_Store
2+
**/bin/**
3+
**/build/**
4+
**/dist/**

0 commit comments

Comments
 (0)