hackerrank/.gitignore
2022-10-23 00:42:58 +02:00

27 lines
306 B
Text

target/
# VSC files
**/.classpath
**/.factorypath
**/.project
**/.settings
# NetBeans configuration
**/nb-configuration.xml
**/nbproject/
**/*.NavData
# IntelliJ IDEA
.idea/
**/*.iml
# System dependent scripts
**/*.sh
**/*.bat
# Log files
**/*.log
# gzipped archives
**/*.gz
# Project specific files