Skip to content

Commit ee16415

Browse files
committed
added .gitignore & updated README.md
1 parent 438ff74 commit ee16415

File tree

2 files changed

+7
-65
lines changed

2 files changed

+7
-65
lines changed

.gitignore

Lines changed: 1 addition & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,2 @@
1-
/gradle/wrapper/gradle-wrapper.properties
2-
3-
##----------Android----------
4-
*.apk
5-
*.ap_
6-
*.dex
7-
*.class
8-
bin/
9-
gen/
10-
build/
11-
out/
12-
13-
# Ignoring Gradle build artifacts and project files
14-
##----------Gradle----------
15-
.gradle/
16-
gradle-app.setting
17-
!gradle-wrapper.jar
18-
build/
19-
20-
# Ignoring Maven build artifacts and project files
21-
##----------Maven----------
22-
*.classpath
23-
*.project
24-
*.settings
25-
/target/
26-
local.properties
27-
28-
# Ignoring IntelliJ IDEA project files and configurations
29-
##----------IDEA----------
30-
*.iml
31-
.idea/
32-
*.ipr
33-
*.iws
34-
35-
# Ignoring Android Studio Navigation editor temporary files
36-
.navigation/
37-
38-
# Ignoring common system and editor-generated files
39-
##----------Other----------
40-
*~
41-
.DS_Store
42-
gradle.properties
43-
.vscode
441
*.log
45-
46-
/infer-out/
2+
temp/

README.md

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
1-
# The Algorithms - Java
2-
3-
[![Build](https://github.com/TheAlgorithms/Java/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/TheAlgorithms/Java/actions/workflows/build.yml)
4-
[![codecov](https://codecov.io/gh/TheAlgorithms/Java/graph/badge.svg?token=XAdPyqTIqR)](https://codecov.io/gh/TheAlgorithms/Java)
5-
[![Discord chat](https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA&style=flat-square)](https://discord.gg/c7MnfGFGa6)
6-
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/TheAlgorithms/Java)
7-
8-
9-
You can run and edit the algorithms, or contribute to them using Gitpod.io (a free online development environment) with a single click.
10-
11-
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/TheAlgorithms/Java)
12-
13-
### All algorithms are implemented in Java (for educational purposes)
14-
These implementations are intended for learning purposes. As such, they may be less efficient than the Java standard library.
15-
16-
## Contribution Guidelines
17-
Please read our [Contribution Guidelines](CONTRIBUTING.md) before you contribute to this project.
18-
19-
## Algorithms
20-
Our [directory](DIRECTORY.md) has the full list of applications.
1+
# FEE Project Title
2+
## Description of the FEE Project
3+
This FEE Project does XYZ...
4+
## Steps to run FEE Project
5+
1. Install dependencies
6+
2. Run the main script

0 commit comments

Comments
 (0)