Skip to content

Commit

Permalink
gitignore update
Browse files Browse the repository at this point in the history
report 모듈 gitignore 에 추가
  • Loading branch information
easyhooon committed Oct 24, 2023
1 parent cf16e2e commit d3cde05
Showing 1 changed file with 55 additions and 15 deletions.
70 changes: 55 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,60 @@
**/.idea/*
!/.idea/icon.png
!/.idea/vcs.xml
!/.idea/copyright
!/.idea/codeStyleSettings.xml
!/.idea/codeStyles
!/.idea/dictionaries
!/.idea/inspectionProfiles
*.iml
.gradle
build
release
# Built application files
*.apk
*.ap_

# Files for the ART/Dalvik VM
*.dex

# Java class files
*.class

# Generated files
bin/
gen/
out/

# Gradle files
/.idea
.gradle/
build/

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

# Key Information file
keystore.properties
# Proguard folder generated by Eclipse
proguard/

# Log Files
*.log

# Android Studio Navigation editor temp files
.navigation/

# Android Studio captures folder
captures/

# Intellij
*.iml
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
.idea/dictionaries
.idea/libraries
app/.idea/

# Mac
*.DS_Store

# Keystore files
keystore.properties
/release
*.jks

# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild

# Secrets
secrets.properties

# report module
/report/*

0 comments on commit d3cde05

Please sign in to comment.