urlencoder/.gitignore
2023-05-31 20:51:03 +02:00

73 lines
697 B
Text

### Gradle ###
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!gradle/wrapper/gradle-wrapper.properties
### Kotlin/JVM ###
*.class
*.log
hs_err_pid*
replay_pid*
*.hprof
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
### IntelliJ ###
.idea/**/*
!.idea/copyright/
!.idea/copyright/**
!.idea/inspectionProfiles/
!.idea/inspectionProfiles/**
### Eclipse ###
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
.settings/
.loadpath
.recommenders
.classpath
.apt_generated/
.apt_generated_test/
.project
### Linux ###
*~
.fuse_hidden*
.Trash-*
.nfs*
### Windows ###
[Dd]esktop.ini
$RECYCLE.BIN/
*.lnk
### macOS ###
.DS_Store
._*
# Icon must end with two \r
Icon
###########################