Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 979b1d4

Browse files
Update .gitignore
1 parent e0c6c65 commit 979b1d4

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
lines changed

‎.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/target/
21
!.mvn/wrapper/maven-wrapper.jar
32

43
### STS ###
@@ -48,9 +47,6 @@ local.properties
4847
# PDT-specific (PHP Development Tools)
4948
.buildpath
5049

51-
# sbteclipse plugin
52-
.target
53-
5450
# Tern plugin
5551
.tern-project
5652

@@ -192,7 +188,6 @@ build/
192188
.settings
193189
bin
194190
build
195-
target
196191
dependency-reduced-pom.xml
197192
*.sublime-*
198193
/scratch

‎target/all.csv

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
ID,URL,Title,Difficulty,Acceptance %,Frequency %
2+
2246,https://leetcode.com/problems/longest-path-with-different-adjacent-characters,Longest Path With Different Adjacent Characters,Hard,53.9%,100.0%
3+
1352,https://leetcode.com/problems/product-of-the-last-k-numbers,Product of the Last K Numbers,Medium,62.8%,100.0%
4+
53,https://leetcode.com/problems/maximum-subarray,Maximum Subarray,Medium,52.2%,100.0%
5+
75,https://leetcode.com/problems/sort-colors,Sort Colors,Medium,67.8%,100.0%

‎target/more-than-six-months.csv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ID,URL,Title,Difficulty,Acceptance %,Frequency %
2+
75,https://leetcode.com/problems/sort-colors,Sort Colors,Medium,67.8%,100.0%
3+
2246,https://leetcode.com/problems/longest-path-with-different-adjacent-characters,Longest Path With Different Adjacent Characters,Hard,53.9%,100.0%
4+
1352,https://leetcode.com/problems/product-of-the-last-k-numbers,Product of the Last K Numbers,Medium,62.8%,100.0%

‎target/six-months.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ID,URL,Title,Difficulty,Acceptance %,Frequency %

‎target/thirty-days.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ID,URL,Title,Difficulty,Acceptance %,Frequency %

‎target/three-months.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ID,URL,Title,Difficulty,Acceptance %,Frequency %

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /