Compare commits

..

8 Commits

Author SHA1 Message Date
Daniel Johnson
dc7aaef6c0
Merge pull request #4536 from brunovcosta/main
Adding Abstra to Python.gitignore
2025-05-29 12:18:22 -07:00
Daniel Johnson
094d21a473
Merge pull request #3540 from jumattos/vs-add-out
VisualStudio: add "out" folder to build results
2025-05-29 12:17:35 -07:00
Daniel Johnson
3313644ca2
Merge pull request #3455 from vonagam/create-haxe-gitignore
Create Haxe.gitignore
2025-05-29 12:15:43 -07:00
Bruno Vieira Costa
ef50fb9cad
Merge branch 'main' into main 2025-05-28 09:31:12 -03:00
Dmitry Maganov
107b0b4838
Add .haxelsp/recording/ 2025-05-25 06:13:54 +03:00
Bruno Vieira Costa
5bb8f06fe6
Adding .abstra/ 2024-11-11 13:37:11 -03:00
Jullyana Mattos Vycas
f7db945023
VisualStudio: add "out" folder to build results 2020-10-01 11:55:56 -07:00
Dmitry Maganov
f6426bd354 Create Haxe.gitignore 2020-06-26 19:58:01 +03:00
3 changed files with 11 additions and 1 deletions

3
Haxe.gitignore Normal file
View File

@ -0,0 +1,3 @@
.haxelib/
.haxelsp/recording/
dump/

View File

@ -167,6 +167,12 @@ 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/
# 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
# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore # 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 # that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
@ -185,4 +191,4 @@ cython_debug/
# exclude from AI features like autocomplete and code analysis. Recommended for sensitive data # exclude from AI features like autocomplete and code analysis. Recommended for sensitive data
# refer to https://docs.cursor.com/context/ignore-files # refer to https://docs.cursor.com/context/ignore-files
.cursorignore .cursorignore
.cursorindexingignore .cursorindexingignore

View File

@ -30,6 +30,7 @@ x86/
bld/ bld/
[Bb]in/ [Bb]in/
[Oo]bj/ [Oo]bj/
[Oo]ut/
[Ll]og/ [Ll]og/
[Ll]ogs/ [Ll]ogs/