| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- # Gradle
- build
- .gradle
- testdata/
- # Java gitignore #
- .class
- .log
- # Package Files #
- *.war
- *.ear
- #hsf files
- configuration
- # maven gitignore#
- target/**
- .svn/
- # intelliJ.gitignore #
- .idea
- *.iml
- *.ipr
- *.iws
- # Eclipse git ignore#
- *.pydevproject
- .project
- .metadata
- bin/**
- */bin/**
- tmp/**
- tmp/**/*
- configuration/**
- *.tmp
- *.bak
- *.orig
- *.swp
- *~.nib
- .classpath
- .settings/
- .loadpath
- .fileTable*
- .cache
- # External tool builders
- .externalToolBuilders/
- # Locally stored "Eclipse launch configurations"
- *.launch
- # CDT-specific
- .cproject
- # PDT-specific
- .buildpath
- #log
- *.log
- *.log.*
- # Windows Thumbs.db
- *.db
- # OSX
- .DS_Store
- # sass gitignore#
- .sass-cache
- .idea
- # tcc_coverage
- coverage.ec
- config.client.*
- temp/
- *.pid
- *.orig
- hsf.configuration/
- # code coverage report
- *.ec
- #hsf test
- *.instance
- out
- **/idea-sandbox
|