Skip to content

Commit eb25022

Browse files
committed
Fixed .gitignore files
1 parent 279b8f0 commit eb25022

File tree

9 files changed

+33
-34
lines changed

9 files changed

+33
-34
lines changed

.gitignore

+4-5
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@
1111
*.class
1212

1313
# Generated files
14-
bin/
15-
gen/
16-
out/
14+
/bin/
15+
/gen/
16+
/out/
1717
# Uncomment the following line in case you need and you don't have the release build type files in your app
1818
# Gradle files
1919
.gradle/
20-
./build/
21-
./build/translation-reports
20+
/build/
2221

2322
# Local configuration file (sdk path, etc)
2423
local.properties

actions/.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/build
1+
/build/

app/.gitignore

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
*.class
1212

1313
# Generated files
14-
bin/
15-
gen/
16-
out/
14+
/bin/
15+
/gen/
16+
/out/
1717
# Uncomment the following line in case you need and you don't have the release build type files in your app
1818
# release/
1919

2020
# Gradle files
2121
.gradle/
22-
build/
22+
/build/
2323

2424
# Local configuration file (sdk path, etc)
2525
local.properties

common/.gitignore

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
*.class
1212

1313
# Generated files
14-
bin/
15-
gen/
16-
out/
14+
/bin/
15+
/gen/
16+
/out/
1717
# Uncomment the following line in case you need and you don't have the release build type files in your app
1818
# release/
1919

2020
# Gradle files
2121
.gradle/
22-
build/
22+
/build/
2323

2424
# Local configuration file (sdk path, etc)
2525
local.properties

emulatorview/.gitignore

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
*.class
1212

1313
# Generated files
14-
bin/
15-
gen/
16-
out/
14+
/bin/
15+
/gen/
16+
/out/
1717
# Uncomment the following line in case you need and you don't have the release build type files in your app
1818
# release/
1919

2020
# Gradle files
2121
.gradle/
22-
build/
22+
/build/
2323

2424
# Local configuration file (sdk path, etc)
2525
local.properties

lexers/.gitignore

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
*.class
1212

1313
# Generated files
14-
bin/
15-
gen/
16-
out/
14+
/bin/
15+
/gen/
16+
/out/
1717
# Uncomment the following line in case you need and you don't have the release build type files in your app
1818
# release/
1919

2020
# Gradle files
2121
.gradle/
22-
build/
22+
/build/
2323

2424
# Local configuration file (sdk path, etc)
2525
local.properties

sdk-info/.gitignore

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
*.class
1212

1313
# Generated files
14-
bin/
15-
gen/
16-
out/
14+
/bin/
15+
/gen/
16+
/out/
1717
# Uncomment the following line in case you need and you don't have the release build type files in your app
1818
# release/
1919

2020
# Gradle files
2121
.gradle/
22-
build/
22+
/build/
2323

2424
# Local configuration file (sdk path, etc)
2525
local.properties

treeview/.gitignore

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
*.class
1212

1313
# Generated files
14-
bin/
15-
gen/
16-
out/
14+
/bin/
15+
/gen/
16+
/out/
1717
# Uncomment the following line in case you need and you don't have the release build type files in your app
1818
# release/
1919

2020
# Gradle files
2121
.gradle/
22-
build/
22+
/build/
2323

2424
# Local configuration file (sdk path, etc)
2525
local.properties

xml-inflater/.gitignore

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
*.class
1212

1313
# Generated files
14-
bin/
15-
gen/
16-
out/
14+
/bin/
15+
/gen/
16+
/out/
1717
# Uncomment the following line in case you need and you don't have the release build type files in your app
1818
# release/
1919

2020
# Gradle files
2121
.gradle/
22-
build/
22+
/build/
2323

2424
# Local configuration file (sdk path, etc)
2525
local.properties

0 commit comments

Comments
 (0)