Skip to content

Commit 8d50906

Browse files
authored
Merge pull request #59 from scalecube/travis-ci-cd
ci-cd using Travis CI
2 parents ef316b9 + 06c3cae commit 8d50906

File tree

1 file changed

+17
-37
lines changed

1 file changed

+17
-37
lines changed

.gitignore

Lines changed: 17 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,17 @@
1-
# Eclipse project files
2-
.project
3-
.classpath
4-
.settings
5-
6-
# IntelliJ IDEA project files and directories
7-
*.iml
8-
*.ipr
9-
*.iws
10-
.idea/
11-
12-
# Geany project file
13-
.geany
14-
15-
# KDevelop project file and directory
16-
.kdev4/
17-
*.kdev4
18-
19-
# Build targets
20-
/target
21-
*/target
22-
23-
# Report directories
24-
/reports
25-
*/reports
26-
*.csv
27-
*.log
28-
*.zip
29-
30-
# Mac-specific directory that no other operating system needs.
31-
.DS_Store
32-
33-
# JVM crash logs
34-
hs_err_pid*.log
35-
36-
*.log
37-
*.csv
1+
# everything that starts with dot (hidden files)
2+
.*
3+
# except this file
4+
!.gitignore
5+
# except this file-extention
6+
!.*.yml
7+
8+
# Build targets
9+
**/target/
10+
11+
# logs and reports
12+
*.csv
13+
*.log
14+
*.zip
15+
16+
# IntelliJ IDEA project files and directories
17+
*.iml

0 commit comments

Comments
 (0)