mirror of
https://github.com/github/gitignore.git
synced 2025-01-22 08:19:13 -05:00
Compare commits
5 Commits
2b017f0065
...
d8525002ae
Author | SHA1 | Date | |
---|---|---|---|
|
d8525002ae | ||
|
d49bd6f0f7 | ||
|
e8554d85bf | ||
|
4f0b7a0694 | ||
|
2cdbd7a06f |
34
Freemarker.gitignore
Normal file
34
Freemarker.gitignore
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
/.ivy/
|
||||||
|
/.bin/
|
||||||
|
/build/
|
||||||
|
/build.properties
|
||||||
|
/archive/
|
||||||
|
/ide-dependencies/
|
||||||
|
|
||||||
|
/out/
|
||||||
|
/bin/
|
||||||
|
/target/
|
||||||
|
|
||||||
|
.classpath
|
||||||
|
.project
|
||||||
|
.settings
|
||||||
|
|
||||||
|
.idea/
|
||||||
|
*.iml
|
||||||
|
*.iws
|
||||||
|
*.ipr
|
||||||
|
.idea_modules/
|
||||||
|
|
||||||
|
*.tmp
|
||||||
|
*.bak
|
||||||
|
*.swp
|
||||||
|
*~
|
||||||
|
|
||||||
|
.gradle
|
||||||
|
|
||||||
|
.DS_Store*
|
||||||
|
.AppleDouble
|
||||||
|
.LSOverride
|
||||||
|
|
||||||
|
.directory
|
||||||
|
.Trash*
|
@ -167,5 +167,8 @@ cython_debug/
|
|||||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||||
#.idea/
|
#.idea/
|
||||||
|
|
||||||
|
# Ruff stuff:
|
||||||
|
.ruff_cache/
|
||||||
|
|
||||||
# PyPI configuration file
|
# PyPI configuration file
|
||||||
.pypirc
|
.pypirc
|
||||||
|
Loading…
Reference in New Issue
Block a user