Skip to content

Commit

Permalink
style: format configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ImSejin committed Aug 21, 2023
1 parent 3af81b7 commit 1fb232e
Showing 1 changed file with 26 additions and 11 deletions.
37 changes: 26 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,40 +1,55 @@
bin/
.gitconfig
*.log
*.conf*

# Downloaded Directories -------------------------------------------------------
# --------------------------------------------------------------------------------------------------
# Downloaded Directories
# --------------------------------------------------------------------------------------------------
L_*/

# Chrome Driver ----------------------------------------------------------------
# --------------------------------------------------------------------------------------------------
# Chrome Driver
# --------------------------------------------------------------------------------------------------
chromedriver
chromedriver.exe
!src/test/**/chrome-driver/**/chromedriver*
src/test/**/chrome-driver/**/chromedriver-m1-*
src/test/**/google-chrome/**/googlechrome-m1-*

# Maven ------------------------------------------------------------------------
# --------------------------------------------------------------------------------------------------
# Maven
# --------------------------------------------------------------------------------------------------
target/
!.mvn/wrapper/maven-wrapper.jar

# Spring Tool Suite ------------------------------------------------------------
# --------------------------------------------------------------------------------------------------
# Spring Tool Suite
# --------------------------------------------------------------------------------------------------
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans

# IntelliJ IDEA ----------------------------------------------------------------
# --------------------------------------------------------------------------------------------------
# IntelliJ IDEA
# --------------------------------------------------------------------------------------------------
.idea
*.iws
*.iml
*.ipr

# NetBeans ---------------------------------------------------------------------
# --------------------------------------------------------------------------------------------------
# NetBeans
# --------------------------------------------------------------------------------------------------
nbproject/private/
build/
nbbuild/
dist/
nbdist/
.nb-gradle/

# --------------------------------------------------------------------------------------------------
# etc
# --------------------------------------------------------------------------------------------------
bin/
.gitconfig
*.log
*.conf*

0 comments on commit 1fb232e

Please sign in to comment.