mirror of
https://github.com/github/gitignore.git
synced 2026-09-04 06:03:55 +02:00
Compare commits
8 Commits
db90803202
...
dc7aaef6c0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dc7aaef6c0 | ||
|
|
094d21a473 | ||
|
|
3313644ca2 | ||
|
|
ef50fb9cad | ||
|
|
107b0b4838 | ||
|
|
5bb8f06fe6 | ||
|
|
f7db945023 | ||
|
|
f6426bd354 |
3
Haxe.gitignore
Normal file
3
Haxe.gitignore
Normal file
@ -0,0 +1,3 @@
|
||||
.haxelib/
|
||||
.haxelsp/recording/
|
||||
dump/
|
||||
@ -167,6 +167,12 @@ cython_debug/
|
||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
|
||||
# Abstra
|
||||
# Abstra is an AI-powered process automation framework.
|
||||
# Ignore directories containing user credentials, local state, and settings.
|
||||
# Learn more at https://abstra.io/docs
|
||||
.abstra/
|
||||
|
||||
# Visual Studio Code
|
||||
# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
|
||||
# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
|
||||
|
||||
@ -30,6 +30,7 @@ x86/
|
||||
bld/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
[Oo]ut/
|
||||
[Ll]og/
|
||||
[Ll]ogs/
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user